/external/protobuf/python/google/protobuf/internal/ |
D | type_checkers.py | 178 _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/ |
D | descriptor_unittest.cc | 197 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 …]
|
D | wire_format_lite.h | 103 TYPE_INT32 = 5, enumerator
|
D | descriptor.h | 304 TYPE_INT32 = 5, // int32, varint on the wire. Negative numbers enumerator
|
D | wire_format_lite_inl.h | 55 inline bool WireFormatLite::ReadPrimitive<int32, WireFormatLite::TYPE_INT32>(
|
D | descriptor.proto | 102 TYPE_INT32 = 5; // Not ZigZag encoded. Negative numbers enumerator
|
D | descriptor.pb.cc | 1481 … ::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()
|
D | descriptor.cc | 4324 case FieldDescriptor::TYPE_INT32: in SetInt32()
|
D | descriptor.pb.h | 750 static const Type TYPE_INT32 = FieldDescriptorProto_Type_TYPE_INT32; variable
|
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_primitive_field.cc | 97 case FieldDescriptor::TYPE_INT32 : return "Int32" ; in GetCapitalizedType() 128 case FieldDescriptor::TYPE_INT32 : return -1; in FixedSize()
|
D | java_extension.cc | 49 case FieldDescriptor::TYPE_INT32 : return "INT32"; in TypeName()
|
D | java_helpers.cc | 188 case FieldDescriptor::TYPE_INT32: in GetJavaType()
|
/external/libvpx/vp8/common/ |
D | type_aliases.h | 71 #ifndef TYPE_INT32
|
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
D | javamicro_primitive_field.cc | 97 case FieldDescriptor::TYPE_INT32 : return "Int32" ; in GetCapitalizedType() 128 case FieldDescriptor::TYPE_INT32 : return -1; in FixedSize()
|
D | javamicro_helpers.cc | 260 case FieldDescriptor::TYPE_INT32: in GetJavaType()
|
/external/protobuf/src/google/protobuf/compiler/ |
D | parser.cc | 77 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/ |
D | cpp_primitive_field.cc | 54 case FieldDescriptor::TYPE_INT32 : return -1; in FixedSize()
|
D | cpp_helpers.cc | 215 case FieldDescriptor::TYPE_INT32 : return "Int32"; in DeclaredTypeMethodName()
|
/external/protobuf/python/google/protobuf/ |
D | descriptor.py | 332 TYPE_INT32 = 5 variable in FieldDescriptor
|
D | text_format.py | 236 if field.type in (descriptor.FieldDescriptor.TYPE_INT32,
|
/external/protobuf/java/src/test/java/com/google/protobuf/ |
D | DescriptorsTest.java | 439 .setType(FieldDescriptorProto.Type.TYPE_INT32) in testDescriptorValidatorException()
|