/external/chromium_org/third_party/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/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/javanano/ |
javanano_primitive_field.cc | 123 case FieldDescriptor::TYPE_SFIXED32: return "SFixed32"; 158 case FieldDescriptor::TYPE_SFIXED32: return WireFormatLite::kSFixed32Size; 185 case FieldDescriptor::TYPE_SFIXED32: return false;
|
javanano_helpers.cc | 259 case FieldDescriptor::TYPE_SFIXED32:
|
/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/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/ |
java_extension.cc | 54 case FieldDescriptor::TYPE_SFIXED32: return "SFIXED32";
|
java_primitive_field.cc | 102 case FieldDescriptor::TYPE_SFIXED32: return "SFixed32"; 137 case FieldDescriptor::TYPE_SFIXED32: return WireFormatLite::kSFixed32Size;
|
java_helpers.cc | 215 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 | 206 case FieldDescriptor::TYPE_SFIXED32:
|
/external/chromium_org/third_party/protobuf/python/google/protobuf/ |
descriptor.py | 376 TYPE_SFIXED32 = 15 408 TYPE_SFIXED32: CPPTYPE_INT32,
|
text_format.py | 258 descriptor.FieldDescriptor.TYPE_SFIXED32):
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_primitive_field.cc | 62 case FieldDescriptor::TYPE_SFIXED32: return WireFormatLite::kSFixed32Size;
|
cpp_helpers.cc | 239 case FieldDescriptor::TYPE_SFIXED32: return "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/chromium_org/third_party/protobuf/src/google/protobuf/ |
wire_format_lite_inl.h | 114 inline bool WireFormatLite::ReadPrimitive<int32, WireFormatLite::TYPE_SFIXED32>( 184 int32, WireFormatLite::TYPE_SFIXED32>( 304 READ_REPEATED_FIXED_SIZE_PRIMITIVE(int32, TYPE_SFIXED32) [all...] |
descriptor.h | 347 TYPE_SFIXED32 = 15, // int32, exactly four bytes on the wire 360 CPPTYPE_INT32 = 1, // TYPE_INT32, TYPE_SINT32, TYPE_SFIXED32 [all...] |
/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);
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/ |
parser.cc | 75 result["sfixed32"] = FieldDescriptorProto::TYPE_SFIXED32; 803 case FieldDescriptorProto::TYPE_SFIXED32: 808 field->type() == FieldDescriptorProto::TYPE_SFIXED32) { [all...] |