/external/nanopb-c/generator/google/protobuf/internal/ |
H A 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/ |
H A 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/java/src/main/java/com/google/protobuf/nano/ |
H A D | Extension.java | 62 public static final int TYPE_INT32 = 5; field in class:Extension 152 * {@code int32}/{@link #TYPE_INT32} extension, this equals {@code Integer.class}; for a 369 case TYPE_INT32: 442 case TYPE_INT32: 549 case TYPE_INT32: 616 case TYPE_INT32: 698 case TYPE_INT32:
|
/external/protobuf/src/google/protobuf/compiler/javanano/ |
H A D | javanano_extension.cc | 51 case FieldDescriptor::TYPE_INT32 : return "TYPE_INT32" ;
|
H A D | javanano_primitive_field.cc | 99 case FieldDescriptor::TYPE_INT32 : return "Int32" ; 130 case FieldDescriptor::TYPE_INT32 : return -1;
|
H A D | javanano_helpers.cc | 285 case FieldDescriptor::TYPE_INT32:
|
/external/protobuf/src/google/protobuf/ |
H A D | descriptor_unittest.cc | 199 FieldDescriptorProto::TYPE_INT32); 210 FieldDescriptorProto::TYPE_INT32); 677 FieldDescriptorProto::TYPE_INT32); 758 FieldDescriptorProto::TYPE_INT32); 761 FieldDescriptorProto::TYPE_INT32); 764 FieldDescriptorProto::TYPE_INT32); 767 FieldDescriptorProto::TYPE_INT32); 770 FieldDescriptorProto::TYPE_INT32); 774 FieldDescriptorProto::TYPE_INT32); 777 FieldDescriptorProto::TYPE_INT32); [all...] |
H A D | wire_format_lite.h | 101 TYPE_INT32 = 5, enumerator in enum:google::protobuf::internal::WireFormatLite::FieldType
|
H A D | descriptor.pb.cc | 1252 ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( 1256 ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( 1271 ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( 1275 ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( 1784 ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( 1799 ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( 2530 const FieldDescriptorProto_Type FieldDescriptorProto::TYPE_INT32; member in class:google::protobuf::FieldDescriptorProto 2741 ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( 2843 ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( 3901 ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( [all...] |
H A D | descriptor.h | 353 TYPE_INT32 = 5, // int32, varint on the wire. Negative numbers enumerator in enum:google::protobuf::FieldDescriptor::Type 379 CPPTYPE_INT32 = 1, // TYPE_INT32, TYPE_SINT32, TYPE_SFIXED32 787 // e.g. the full name of FieldDescriptorProto::TYPE_INT32 is actually 788 // "google.protobuf.FieldDescriptorProto.TYPE_INT32", NOT 789 // "google.protobuf.FieldDescriptorProto.Type.TYPE_INT32". This is to conform
|
H A D | wire_format_lite_inl.h | 59 inline bool WireFormatLite::ReadPrimitive<int32, WireFormatLite::TYPE_INT32>(
|
H A D | descriptor.cc | 75 CPPTYPE_INT32, // TYPE_INT32 98 "int32", // TYPE_INT32 5309 case FieldDescriptor::TYPE_INT32:
|
H A D | descriptor.pb.h | 778 static const Type TYPE_INT32 = FieldDescriptorProto_Type_TYPE_INT32; member in class:google::protobuf::FieldDescriptorProto
|
/external/protobuf/src/google/protobuf/compiler/java/ |
H A D | java_helpers.cc | 265 case FieldDescriptor::TYPE_INT32: 331 case FieldDescriptor::TYPE_INT32 : return "INT32"; 604 case FieldDescriptor::TYPE_INT32 : return "Int32"; 637 case FieldDescriptor::TYPE_INT32 : return -1;
|
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
H A D | javamicro_primitive_field.cc | 97 case FieldDescriptor::TYPE_INT32 : return "Int32" ; 128 case FieldDescriptor::TYPE_INT32 : return -1;
|
H A D | javamicro_helpers.cc | 202 case FieldDescriptor::TYPE_INT32:
|
/external/nanopb-c/generator/google/protobuf/ |
H A D | descriptor.py | 366 TYPE_INT32 = 5 variable in class:FieldDescriptor 407 TYPE_INT32: CPPTYPE_INT32,
|
H A D | text_format.py | 256 if field.type in (descriptor.FieldDescriptor.TYPE_INT32,
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
H A D | cpp_primitive_field.cc | 54 case FieldDescriptor::TYPE_INT32 : return -1;
|
H A D | cpp_helpers.cc | 231 case FieldDescriptor::TYPE_INT32 : return "Int32";
|
/external/protobuf/python/google/protobuf/ |
H A D | descriptor.py | 387 TYPE_INT32 = 5 variable in class:FieldDescriptor 428 TYPE_INT32: CPPTYPE_INT32,
|
H A D | text_format.py | 410 if field.type in (descriptor.FieldDescriptor.TYPE_INT32,
|
/external/protobuf/src/google/protobuf/compiler/ |
H A D | parser.cc | 77 result["int32" ] = FieldDescriptorProto::TYPE_INT32; 698 FieldDescriptorProto::Type type = FieldDescriptorProto::TYPE_INT32; 847 case FieldDescriptorProto::TYPE_INT32: 854 if (field->type() == FieldDescriptorProto::TYPE_INT32 ||
|
/external/protobuf/java/src/test/java/com/google/protobuf/ |
H A D | DescriptorsTest.java | 451 .setType(FieldDescriptorProto.Type.TYPE_INT32) 483 .setType(FieldDescriptorProto.Type.TYPE_INT32)
|
/external/nanopb-c/generator/ |
H A D | nanopb_generator.py | 55 FieldD.TYPE_INT32: ('int32_t', 'INT32', 10),
|