/external/nanopb-c/generator/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/python/google/protobuf/internal/ |
D | type_checkers.py | 220 _FieldDescriptor.TYPE_INT32: wire_format.Int32ByteSize, 243 _FieldDescriptor.TYPE_INT32: encoder.Int32Encoder, 266 _FieldDescriptor.TYPE_INT32: encoder.Int32Sizer, 289 _FieldDescriptor.TYPE_INT32: decoder.Int32Decoder, 311 _FieldDescriptor.TYPE_INT32: wire_format.WIRETYPE_VARINT,
|
/external/protobuf/src/google/protobuf/ |
D | descriptor_unittest.cc | 199 FieldDescriptorProto::TYPE_INT32); in SetUp() 210 FieldDescriptorProto::TYPE_INT32); in SetUp() 677 FieldDescriptorProto::TYPE_INT32); in SetUp() 758 FieldDescriptorProto::TYPE_INT32); in SetUp() 761 FieldDescriptorProto::TYPE_INT32); in SetUp() 764 FieldDescriptorProto::TYPE_INT32); in SetUp() 767 FieldDescriptorProto::TYPE_INT32); in SetUp() 770 FieldDescriptorProto::TYPE_INT32); in SetUp() 774 FieldDescriptorProto::TYPE_INT32); in SetUp() 777 FieldDescriptorProto::TYPE_INT32); in SetUp() [all …]
|
D | descriptor.pb.cc | 1252 … ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( in MergePartialFromCodedStream() 1256 … ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( in MergePartialFromCodedStream() 1271 … ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( in MergePartialFromCodedStream() 1275 … ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( in MergePartialFromCodedStream() 1784 … ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( in MergePartialFromCodedStream() 1799 … ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( in MergePartialFromCodedStream() 2530 const FieldDescriptorProto_Type FieldDescriptorProto::TYPE_INT32; member in google::protobuf::FieldDescriptorProto 2741 … ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( in MergePartialFromCodedStream() 2843 … ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( in MergePartialFromCodedStream() 3901 … ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( in MergePartialFromCodedStream() [all …]
|
D | wire_format_lite.h | 101 TYPE_INT32 = 5, enumerator
|
D | descriptor.h | 353 TYPE_INT32 = 5, // int32, varint on the wire. Negative numbers enumerator
|
D | wire_format_lite_inl.h | 59 inline bool WireFormatLite::ReadPrimitive<int32, WireFormatLite::TYPE_INT32>(
|
D | descriptor.proto | 117 TYPE_INT32 = 5; enumerator
|
/external/protobuf/java/src/main/java/com/google/protobuf/nano/ |
D | Extension.java | 62 public static final int TYPE_INT32 = 5; field in Extension 369 case TYPE_INT32: in readData() 442 case TYPE_INT32: in writeSingularData() 549 case TYPE_INT32: in writeRepeatedData() 616 case TYPE_INT32: in computePackedDataSize() 698 case TYPE_INT32: in computeSingularSerializedSize()
|
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_helpers.cc | 265 case FieldDescriptor::TYPE_INT32: in GetJavaType() 331 case FieldDescriptor::TYPE_INT32 : return "INT32"; in FieldTypeName() 604 case FieldDescriptor::TYPE_INT32 : return "Int32"; in GetCapitalizedType() 637 case FieldDescriptor::TYPE_INT32 : return -1; in FixedSize()
|
/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 | 202 case FieldDescriptor::TYPE_INT32: in GetJavaType()
|
/external/protobuf/src/google/protobuf/compiler/javanano/ |
D | javanano_extension.cc | 51 case FieldDescriptor::TYPE_INT32 : return "TYPE_INT32" ; in GetTypeConstantName()
|
D | javanano_primitive_field.cc | 99 case FieldDescriptor::TYPE_INT32 : return "Int32" ; in GetCapitalizedType() 130 case FieldDescriptor::TYPE_INT32 : return -1; in FixedSize()
|
D | javanano_helpers.cc | 285 case FieldDescriptor::TYPE_INT32: in GetJavaType()
|
/external/nanopb-c/generator/google/protobuf/ |
D | descriptor.py | 366 TYPE_INT32 = 5 variable in FieldDescriptor 407 TYPE_INT32: CPPTYPE_INT32,
|
D | text_format.py | 256 if field.type in (descriptor.FieldDescriptor.TYPE_INT32,
|
/external/protobuf/python/google/protobuf/ |
D | descriptor.py | 387 TYPE_INT32 = 5 variable in FieldDescriptor 428 TYPE_INT32: CPPTYPE_INT32,
|
D | text_format.py | 410 if field.type in (descriptor.FieldDescriptor.TYPE_INT32,
|
/external/protobuf/src/google/protobuf/compiler/ |
D | parser.cc | 77 result["int32" ] = FieldDescriptorProto::TYPE_INT32; in MakeTypeNameTable() 698 FieldDescriptorProto::Type type = FieldDescriptorProto::TYPE_INT32; in ParseMessageFieldNoLabel() 847 case FieldDescriptorProto::TYPE_INT32: in ParseDefaultAssignment() 854 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 | 231 case FieldDescriptor::TYPE_INT32 : return "Int32"; in DeclaredTypeMethodName()
|
/external/protobuf/java/src/test/java/com/google/protobuf/ |
D | DescriptorsTest.java | 451 .setType(FieldDescriptorProto.Type.TYPE_INT32) in testDescriptorValidatorException() 483 .setType(FieldDescriptorProto.Type.TYPE_INT32) in testDescriptorComplexCrosslink()
|
/external/nanopb-c/generator/ |
D | nanopb_generator.py | 55 FieldD.TYPE_INT32: ('int32_t', 'INT32', 10),
|
/external/nanopb-c/generator/proto/google/protobuf/ |
D | descriptor.proto | 115 TYPE_INT32 = 5; enumerator
|