Searched refs:TYPE_SFIXED64 (Results 1 - 25 of 41) sorted by relevance

12

/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Dtype_checkers.py189 _FieldDescriptor.TYPE_SFIXED64: wire_format.SFixed64ByteSize,
212 _FieldDescriptor.TYPE_SFIXED64: encoder.SFixed64Encoder,
235 _FieldDescriptor.TYPE_SFIXED64: encoder.SFixed64Sizer,
258 _FieldDescriptor.TYPE_SFIXED64: decoder.SFixed64Decoder,
283 _FieldDescriptor.TYPE_SFIXED64: wire_format.WIRETYPE_FIXED64,
/external/protobuf/python/google/protobuf/internal/
H A Dtype_checkers.py189 _FieldDescriptor.TYPE_SFIXED64: wire_format.SFixed64ByteSize,
212 _FieldDescriptor.TYPE_SFIXED64: encoder.SFixed64Encoder,
235 _FieldDescriptor.TYPE_SFIXED64: encoder.SFixed64Sizer,
258 _FieldDescriptor.TYPE_SFIXED64: decoder.SFixed64Decoder,
283 _FieldDescriptor.TYPE_SFIXED64: wire_format.WIRETYPE_FIXED64,
/external/protobuf/java/src/main/java/com/google/protobuf/nano/
H A DExtension.java73 public static final int TYPE_SFIXED64 = 16; field in class:Extension
368 case TYPE_SFIXED64:
459 case TYPE_SFIXED64:
520 case TYPE_SFIXED64:
593 case TYPE_SFIXED64:
707 case TYPE_SFIXED64:
/external/protobuf/src/google/protobuf/compiler/javanano/
H A Djavanano_extension.cc60 case FieldDescriptor::TYPE_SFIXED64: return "TYPE_SFIXED64";
H A Djavanano_primitive_field.cc108 case FieldDescriptor::TYPE_SFIXED64: return "SFixed64";
139 case FieldDescriptor::TYPE_SFIXED64: return WireFormatLite::kSFixed64Size;
H A Djavanano_helpers.cc296 case FieldDescriptor::TYPE_SFIXED64:
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_primitive_field.cc106 case FieldDescriptor::TYPE_SFIXED64: return "SFixed64";
137 case FieldDescriptor::TYPE_SFIXED64: return WireFormatLite::kSFixed64Size;
H A Djava_extension.cc58 case FieldDescriptor::TYPE_SFIXED64: return "SFIXED64";
H A Djava_helpers.cc199 case FieldDescriptor::TYPE_SFIXED64:
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_extension.cc59 case FieldDescriptor::TYPE_SFIXED64: return "SFIXED64";
H A Djava_primitive_field.cc107 case FieldDescriptor::TYPE_SFIXED64: return "SFixed64";
138 case FieldDescriptor::TYPE_SFIXED64: return WireFormatLite::kSFixed64Size;
H A Djava_helpers.cc222 case FieldDescriptor::TYPE_SFIXED64:
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_primitive_field.cc106 case FieldDescriptor::TYPE_SFIXED64: return "SFixed64";
137 case FieldDescriptor::TYPE_SFIXED64: return WireFormatLite::kSFixed64Size;
H A Djavamicro_helpers.cc213 case FieldDescriptor::TYPE_SFIXED64:
/external/chromium_org/third_party/protobuf/python/google/protobuf/
H A Ddescriptor.py377 TYPE_SFIXED64 = 16 variable in class:FieldDescriptor
404 TYPE_SFIXED64: CPPTYPE_INT64,
H A Dtext_format.py262 descriptor.FieldDescriptor.TYPE_SFIXED64):
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_primitive_field.cc63 case FieldDescriptor::TYPE_SFIXED64: return WireFormatLite::kSFixed64Size;
H A Dcpp_helpers.cc240 case FieldDescriptor::TYPE_SFIXED64: return "SFixed64";
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_helpers.cc224 case FieldDescriptor::TYPE_SFIXED64: return "SFixed64";
H A Dcpp_primitive_field.cc63 case FieldDescriptor::TYPE_SFIXED64: return WireFormatLite::kSFixed64Size;
/external/protobuf/python/google/protobuf/
H A Ddescriptor.py343 TYPE_SFIXED64 = 16 variable in class:FieldDescriptor
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dwire_format_lite_inl.h123 inline bool WireFormatLite::ReadPrimitive<int64, WireFormatLite::TYPE_SFIXED64>(
194 int64, WireFormatLite::TYPE_SFIXED64>(
305 READ_REPEATED_FIXED_SIZE_PRIMITIVE(int64, TYPE_SFIXED64)
H A Dwire_format_lite.h113 TYPE_SFIXED64 = 16, enumerator in enum:google::protobuf::internal::WireFormatLite::FieldType
/external/protobuf/src/google/protobuf/
H A Dwire_format_lite_inl.h124 inline bool WireFormatLite::ReadPrimitive<int64, WireFormatLite::TYPE_SFIXED64>(
195 int64, WireFormatLite::TYPE_SFIXED64>(
306 READ_REPEATED_FIXED_SIZE_PRIMITIVE(int64, TYPE_SFIXED64);
/external/protobuf/src/google/protobuf/compiler/
H A Dparser.cc76 result["sfixed64"] = FieldDescriptorProto::TYPE_SFIXED64;
546 case FieldDescriptorProto::TYPE_SFIXED64: {

Completed in 915 milliseconds

12