Home
last modified time | relevance | path

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

12

/external/nanopb-c/generator/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/python/google/protobuf/internal/
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/src/google/protobuf/
Ddescriptor_unittest.cc199 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 …]
Ddescriptor.pb.cc1252 … ::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 …]
Dwire_format_lite.h101 TYPE_INT32 = 5, enumerator
Ddescriptor.h353 TYPE_INT32 = 5, // int32, varint on the wire. Negative numbers enumerator
Dwire_format_lite_inl.h59 inline bool WireFormatLite::ReadPrimitive<int32, WireFormatLite::TYPE_INT32>(
Ddescriptor.proto117 TYPE_INT32 = 5; enumerator
/external/protobuf/java/src/main/java/com/google/protobuf/nano/
DExtension.java62 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/
Djava_helpers.cc265 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/
Djavamicro_primitive_field.cc97 case FieldDescriptor::TYPE_INT32 : return "Int32" ; in GetCapitalizedType()
128 case FieldDescriptor::TYPE_INT32 : return -1; in FixedSize()
Djavamicro_helpers.cc202 case FieldDescriptor::TYPE_INT32: in GetJavaType()
/external/protobuf/src/google/protobuf/compiler/javanano/
Djavanano_extension.cc51 case FieldDescriptor::TYPE_INT32 : return "TYPE_INT32" ; in GetTypeConstantName()
Djavanano_primitive_field.cc99 case FieldDescriptor::TYPE_INT32 : return "Int32" ; in GetCapitalizedType()
130 case FieldDescriptor::TYPE_INT32 : return -1; in FixedSize()
Djavanano_helpers.cc285 case FieldDescriptor::TYPE_INT32: in GetJavaType()
/external/nanopb-c/generator/google/protobuf/
Ddescriptor.py366 TYPE_INT32 = 5 variable in FieldDescriptor
407 TYPE_INT32: CPPTYPE_INT32,
Dtext_format.py256 if field.type in (descriptor.FieldDescriptor.TYPE_INT32,
/external/protobuf/python/google/protobuf/
Ddescriptor.py387 TYPE_INT32 = 5 variable in FieldDescriptor
428 TYPE_INT32: CPPTYPE_INT32,
Dtext_format.py410 if field.type in (descriptor.FieldDescriptor.TYPE_INT32,
/external/protobuf/src/google/protobuf/compiler/
Dparser.cc77 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/
Dcpp_primitive_field.cc54 case FieldDescriptor::TYPE_INT32 : return -1; in FixedSize()
Dcpp_helpers.cc231 case FieldDescriptor::TYPE_INT32 : return "Int32"; in DeclaredTypeMethodName()
/external/protobuf/java/src/test/java/com/google/protobuf/
DDescriptorsTest.java451 .setType(FieldDescriptorProto.Type.TYPE_INT32) in testDescriptorValidatorException()
483 .setType(FieldDescriptorProto.Type.TYPE_INT32) in testDescriptorComplexCrosslink()
/external/nanopb-c/generator/
Dnanopb_generator.py55 FieldD.TYPE_INT32: ('int32_t', 'INT32', 10),
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto115 TYPE_INT32 = 5; enumerator

12