Home
last modified time | relevance | path

Searched refs:TYPE_INT32 (Results 1 – 21 of 21) sorted by relevance

/external/protobuf/python/google/protobuf/internal/
Dtype_checkers.py178 _FieldDescriptor.TYPE_INT32: wire_format.Int32ByteSize,
201 _FieldDescriptor.TYPE_INT32: encoder.Int32Encoder,
224 _FieldDescriptor.TYPE_INT32: encoder.Int32Sizer,
247 _FieldDescriptor.TYPE_INT32: decoder.Int32Decoder,
269 _FieldDescriptor.TYPE_INT32: wire_format.WIRETYPE_VARINT,
/external/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc197 FieldDescriptorProto::TYPE_INT32); in SetUp()
208 FieldDescriptorProto::TYPE_INT32); in SetUp()
658 FieldDescriptorProto::TYPE_INT32); in SetUp()
661 FieldDescriptorProto::TYPE_INT32); in SetUp()
664 FieldDescriptorProto::TYPE_INT32); in SetUp()
667 FieldDescriptorProto::TYPE_INT32); in SetUp()
670 FieldDescriptorProto::TYPE_INT32); in SetUp()
674 FieldDescriptorProto::TYPE_INT32); in SetUp()
677 FieldDescriptorProto::TYPE_INT32); in SetUp()
680 FieldDescriptorProto::TYPE_INT32); in SetUp()
[all …]
Dwire_format_lite.h103 TYPE_INT32 = 5, enumerator
Ddescriptor.h304 TYPE_INT32 = 5, // int32, varint on the wire. Negative numbers enumerator
Dwire_format_lite_inl.h55 inline bool WireFormatLite::ReadPrimitive<int32, WireFormatLite::TYPE_INT32>(
Ddescriptor.proto102 TYPE_INT32 = 5; // Not ZigZag encoded. Negative numbers enumerator
Ddescriptor.pb.cc1481 … ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( in MergePartialFromCodedStream()
1497 … ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( in MergePartialFromCodedStream()
2173 const FieldDescriptorProto_Type FieldDescriptorProto::TYPE_INT32; member in google::protobuf::FieldDescriptorProto
2377 … ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( in MergePartialFromCodedStream()
3216 … ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( in MergePartialFromCodedStream()
Ddescriptor.cc4324 case FieldDescriptor::TYPE_INT32: in SetInt32()
Ddescriptor.pb.h750 static const Type TYPE_INT32 = FieldDescriptorProto_Type_TYPE_INT32; variable
/external/protobuf/src/google/protobuf/compiler/java/
Djava_primitive_field.cc97 case FieldDescriptor::TYPE_INT32 : return "Int32" ; in GetCapitalizedType()
128 case FieldDescriptor::TYPE_INT32 : return -1; in FixedSize()
Djava_extension.cc49 case FieldDescriptor::TYPE_INT32 : return "INT32"; in TypeName()
Djava_helpers.cc188 case FieldDescriptor::TYPE_INT32: in GetJavaType()
/external/libvpx/vp8/common/
Dtype_aliases.h71 #ifndef TYPE_INT32
/external/protobuf/src/google/protobuf/compiler/javamicro/
Djavamicro_primitive_field.cc97 case FieldDescriptor::TYPE_INT32 : return "Int32" ; in GetCapitalizedType()
128 case FieldDescriptor::TYPE_INT32 : return -1; in FixedSize()
Djavamicro_helpers.cc260 case FieldDescriptor::TYPE_INT32: in GetJavaType()
/external/protobuf/src/google/protobuf/compiler/
Dparser.cc77 result["int32" ] = FieldDescriptorProto::TYPE_INT32; in MakeTypeNameTable()
450 FieldDescriptorProto::Type type = FieldDescriptorProto::TYPE_INT32; in ParseMessageField()
541 case FieldDescriptorProto::TYPE_INT32: in ParseDefaultAssignment()
548 if (field->type() == FieldDescriptorProto::TYPE_INT32 || in ParseDefaultAssignment()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_primitive_field.cc54 case FieldDescriptor::TYPE_INT32 : return -1; in FixedSize()
Dcpp_helpers.cc215 case FieldDescriptor::TYPE_INT32 : return "Int32"; in DeclaredTypeMethodName()
/external/protobuf/python/google/protobuf/
Ddescriptor.py332 TYPE_INT32 = 5 variable in FieldDescriptor
Dtext_format.py236 if field.type in (descriptor.FieldDescriptor.TYPE_INT32,
/external/protobuf/java/src/test/java/com/google/protobuf/
DDescriptorsTest.java439 .setType(FieldDescriptorProto.Type.TYPE_INT32) in testDescriptorValidatorException()