Searched refs:TYPE_INT32 (Results 1 - 25 of 26) sorted by relevance

12

/external/nanopb-c/generator/google/protobuf/internal/
H A 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/python/google/protobuf/internal/
H A Dtype_checkers.py220 _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 DExtension.java62 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 Djavanano_extension.cc51 case FieldDescriptor::TYPE_INT32 : return "TYPE_INT32" ;
H A Djavanano_primitive_field.cc99 case FieldDescriptor::TYPE_INT32 : return "Int32" ;
130 case FieldDescriptor::TYPE_INT32 : return -1;
H A Djavanano_helpers.cc285 case FieldDescriptor::TYPE_INT32:
/external/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc199 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 Dwire_format_lite.h101 TYPE_INT32 = 5, enumerator in enum:google::protobuf::internal::WireFormatLite::FieldType
H A Ddescriptor.pb.cc1250 ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>(
1254 ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>(
1269 ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>(
1273 ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>(
1782 ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>(
1797 ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>(
2528 const FieldDescriptorProto_Type FieldDescriptorProto::TYPE_INT32; member in class:google::protobuf::FieldDescriptorProto
2739 ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>(
2841 ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>(
3899 ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>(
[all...]
H A Ddescriptor.h353 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 Dwire_format_lite_inl.h59 inline bool WireFormatLite::ReadPrimitive<int32, WireFormatLite::TYPE_INT32>(
H A Ddescriptor.cc75 CPPTYPE_INT32, // TYPE_INT32
98 "int32", // TYPE_INT32
5309 case FieldDescriptor::TYPE_INT32:
H A Ddescriptor.pb.h778 static const Type TYPE_INT32 = FieldDescriptorProto_Type_TYPE_INT32; member in class:google::protobuf::FieldDescriptorProto
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_helpers.cc265 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 Djavamicro_primitive_field.cc97 case FieldDescriptor::TYPE_INT32 : return "Int32" ;
128 case FieldDescriptor::TYPE_INT32 : return -1;
H A Djavamicro_helpers.cc202 case FieldDescriptor::TYPE_INT32:
/external/nanopb-c/generator/google/protobuf/
H A Ddescriptor.py366 TYPE_INT32 = 5 variable in class:FieldDescriptor
407 TYPE_INT32: CPPTYPE_INT32,
H A Dtext_format.py256 if field.type in (descriptor.FieldDescriptor.TYPE_INT32,
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_primitive_field.cc54 case FieldDescriptor::TYPE_INT32 : return -1;
H A Dcpp_helpers.cc231 case FieldDescriptor::TYPE_INT32 : return "Int32";
/external/protobuf/python/google/protobuf/
H A Ddescriptor.py387 TYPE_INT32 = 5 variable in class:FieldDescriptor
428 TYPE_INT32: CPPTYPE_INT32,
H A Dtext_format.py410 if field.type in (descriptor.FieldDescriptor.TYPE_INT32,
/external/protobuf/src/google/protobuf/compiler/
H A Dparser.cc77 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 DDescriptorsTest.java451 .setType(FieldDescriptorProto.Type.TYPE_INT32)
483 .setType(FieldDescriptorProto.Type.TYPE_INT32)
/external/nanopb-c/generator/
H A Dnanopb_generator.py55 FieldD.TYPE_INT32: ('int32_t', 'INT32', 10),

Completed in 5751 milliseconds

12