Searched refs:TYPE_SFIXED32 (Results 1 - 18 of 18) sorted by relevance

/external/protobuf/python/google/protobuf/internal/
H A Dtype_checkers.py188 _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/
H A Djava_primitive_field.cc101 case FieldDescriptor::TYPE_SFIXED32: return "SFixed32";
136 case FieldDescriptor::TYPE_SFIXED32: return WireFormatLite::kSFixed32Size;
H A Djava_extension.cc53 case FieldDescriptor::TYPE_SFIXED32: return "SFIXED32";
H A Djava_helpers.cc192 case FieldDescriptor::TYPE_SFIXED32:
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_primitive_field.cc101 case FieldDescriptor::TYPE_SFIXED32: return "SFixed32";
136 case FieldDescriptor::TYPE_SFIXED32: return WireFormatLite::kSFixed32Size;
H A Djavamicro_helpers.cc264 case FieldDescriptor::TYPE_SFIXED32:
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_helpers.cc223 case FieldDescriptor::TYPE_SFIXED32: return "SFixed32";
H A Dcpp_primitive_field.cc62 case FieldDescriptor::TYPE_SFIXED32: return WireFormatLite::kSFixed32Size;
/external/protobuf/python/google/protobuf/
H A Ddescriptor.py342 TYPE_SFIXED32 = 15 variable in class:FieldDescriptor
H A Dtext_format.py238 descriptor.FieldDescriptor.TYPE_SFIXED32):
/external/protobuf/src/google/protobuf/compiler/
H A Dparser.cc75 result["sfixed32"] = FieldDescriptorProto::TYPE_SFIXED32;
545 case FieldDescriptorProto::TYPE_SFIXED32:
550 field->type() == FieldDescriptorProto::TYPE_SFIXED32) {
/external/protobuf/src/google/protobuf/
H A Dwire_format_lite_inl.h115 inline bool WireFormatLite::ReadPrimitive<int32, WireFormatLite::TYPE_SFIXED32>(
185 int32, WireFormatLite::TYPE_SFIXED32>(
305 READ_REPEATED_FIXED_SIZE_PRIMITIVE(int32, TYPE_SFIXED32);
H A Ddescriptor.h317 TYPE_SFIXED32 = 15, // int32, exactly four bytes on the wire enumerator in enum:google::protobuf::FieldDescriptor::Type
330 CPPTYPE_INT32 = 1, // TYPE_INT32, TYPE_SINT32, TYPE_SFIXED32
H A Dwire_format_lite.h113 TYPE_SFIXED32 = 15, enumerator in enum:google::protobuf::internal::WireFormatLite::FieldType
H A Ddescriptor.cc80 CPPTYPE_INT32, // TYPE_SFIXED32
103 "sfixed32", // TYPE_SFIXED32
4329 case FieldDescriptor::TYPE_SFIXED32:
H A Ddescriptor.pb.h760 static const Type TYPE_SFIXED32 = FieldDescriptorProto_Type_TYPE_SFIXED32; member in class:google::protobuf::FieldDescriptorProto
H A Ddescriptor_unittest.cc1573 EXPECT_EQ(FD::CPPTYPE_INT32 , GetCppTypeForFieldType(FD::TYPE_SFIXED32));
H A Ddescriptor.pb.cc2183 const FieldDescriptorProto_Type FieldDescriptorProto::TYPE_SFIXED32; member in class:google::protobuf::FieldDescriptorProto

Completed in 183 milliseconds