/external/protobuf/python/google/protobuf/internal/ |
type_checkers.py | 188 _FieldDescriptor.TYPE_SFIXED32: wire_format.SFixed32ByteSize, 211 _FieldDescriptor.TYPE_SFIXED32: encoder.SFixed32Encoder, 234 _FieldDescriptor.TYPE_SFIXED32: encoder.SFixed32Sizer, 257 _FieldDescriptor.TYPE_SFIXED32: decoder.SFixed32Decoder, 282 _FieldDescriptor.TYPE_SFIXED32: wire_format.WIRETYPE_FIXED32,
|
/external/protobuf/src/google/protobuf/compiler/java/ |
java_primitive_field.cc | 101 case FieldDescriptor::TYPE_SFIXED32: return "SFixed32"; 136 case FieldDescriptor::TYPE_SFIXED32: return WireFormatLite::kSFixed32Size;
|
java_extension.cc | 53 case FieldDescriptor::TYPE_SFIXED32: return "SFIXED32";
|
java_helpers.cc | 192 case FieldDescriptor::TYPE_SFIXED32:
|
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
javamicro_primitive_field.cc | 101 case FieldDescriptor::TYPE_SFIXED32: return "SFixed32"; 136 case FieldDescriptor::TYPE_SFIXED32: return WireFormatLite::kSFixed32Size;
|
javamicro_helpers.cc | 264 case FieldDescriptor::TYPE_SFIXED32:
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_helpers.cc | 223 case FieldDescriptor::TYPE_SFIXED32: return "SFixed32";
|
cpp_primitive_field.cc | 62 case FieldDescriptor::TYPE_SFIXED32: return WireFormatLite::kSFixed32Size;
|
/external/protobuf/python/google/protobuf/ |
descriptor.py | 342 TYPE_SFIXED32 = 15
|
text_format.py | 238 descriptor.FieldDescriptor.TYPE_SFIXED32):
|
/external/protobuf/src/google/protobuf/compiler/ |
parser.cc | 75 result["sfixed32"] = FieldDescriptorProto::TYPE_SFIXED32; 545 case FieldDescriptorProto::TYPE_SFIXED32: 550 field->type() == FieldDescriptorProto::TYPE_SFIXED32) { [all...] |
/external/protobuf/src/google/protobuf/ |
wire_format_lite_inl.h | 115 inline bool WireFormatLite::ReadPrimitive<int32, WireFormatLite::TYPE_SFIXED32>( 185 int32, WireFormatLite::TYPE_SFIXED32>( 305 READ_REPEATED_FIXED_SIZE_PRIMITIVE(int32, TYPE_SFIXED32);
|
descriptor.h | 317 TYPE_SFIXED32 = 15, // int32, exactly four bytes on the wire 330 CPPTYPE_INT32 = 1, // TYPE_INT32, TYPE_SINT32, TYPE_SFIXED32 [all...] |
wire_format_lite.h | 113 TYPE_SFIXED32 = 15,
|
descriptor.cc | 80 CPPTYPE_INT32, // TYPE_SFIXED32 103 "sfixed32", // TYPE_SFIXED32 [all...] |
descriptor.pb.h | 760 static const Type TYPE_SFIXED32 = FieldDescriptorProto_Type_TYPE_SFIXED32; [all...] |
descriptor_unittest.cc | [all...] |
descriptor.pb.cc | [all...] |