Home
last modified time | relevance | path

Searched refs:TYPE_SINT32 (Results 1 – 25 of 27) sorted by relevance

12

/external/nanopb-c/generator/google/protobuf/internal/
Dtype_checkers.py190 _FieldDescriptor.TYPE_SINT32: wire_format.SInt32ByteSize,
213 _FieldDescriptor.TYPE_SINT32: encoder.SInt32Encoder,
236 _FieldDescriptor.TYPE_SINT32: encoder.SInt32Sizer,
259 _FieldDescriptor.TYPE_SINT32: decoder.SInt32Decoder,
284 _FieldDescriptor.TYPE_SINT32: wire_format.WIRETYPE_VARINT,
/external/protobuf/python/google/protobuf/internal/
Dtype_checkers.py232 _FieldDescriptor.TYPE_SINT32: wire_format.SInt32ByteSize,
255 _FieldDescriptor.TYPE_SINT32: encoder.SInt32Encoder,
278 _FieldDescriptor.TYPE_SINT32: encoder.SInt32Sizer,
301 _FieldDescriptor.TYPE_SINT32: decoder.SInt32Decoder,
326 _FieldDescriptor.TYPE_SINT32: wire_format.WIRETYPE_VARINT,
/external/protobuf/java/src/main/java/com/google/protobuf/nano/
DExtension.java74 public static final int TYPE_SINT32 = 17; field in Extension
389 case TYPE_SINT32: in readData()
482 case TYPE_SINT32: in writeSingularData()
554 case TYPE_SINT32: in writeRepeatedData()
622 case TYPE_SINT32: in computePackedDataSize()
730 case TYPE_SINT32: in computeSingularSerializedSize()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc267 case FieldDescriptor::TYPE_SINT32: in GetJavaType()
333 case FieldDescriptor::TYPE_SINT32 : return "SINT32"; in FieldTypeName()
606 case FieldDescriptor::TYPE_SINT32 : return "SInt32"; in GetCapitalizedType()
641 case FieldDescriptor::TYPE_SINT32 : return -1; in FixedSize()
/external/protobuf/src/google/protobuf/compiler/javamicro/
Djavamicro_primitive_field.cc99 case FieldDescriptor::TYPE_SINT32 : return "SInt32" ; in GetCapitalizedType()
132 case FieldDescriptor::TYPE_SINT32 : return -1; in FixedSize()
Djavamicro_helpers.cc204 case FieldDescriptor::TYPE_SINT32: in GetJavaType()
/external/protobuf/src/google/protobuf/compiler/javanano/
Djavanano_extension.cc53 case FieldDescriptor::TYPE_SINT32 : return "TYPE_SINT32" ; in GetTypeConstantName()
Djavanano_primitive_field.cc101 case FieldDescriptor::TYPE_SINT32 : return "SInt32" ; in GetCapitalizedType()
134 case FieldDescriptor::TYPE_SINT32 : return -1; in FixedSize()
Djavanano_helpers.cc287 case FieldDescriptor::TYPE_SINT32: in GetJavaType()
/external/nanopb-c/generator/google/protobuf/
Ddescriptor.py378 TYPE_SINT32 = 17 variable in FieldDescriptor
409 TYPE_SINT32: CPPTYPE_INT32,
Dtext_format.py257 descriptor.FieldDescriptor.TYPE_SINT32,
/external/protobuf/python/google/protobuf/
Ddescriptor.py399 TYPE_SINT32 = 17 variable in FieldDescriptor
430 TYPE_SINT32: CPPTYPE_INT32,
Dtext_format.py411 descriptor.FieldDescriptor.TYPE_SINT32,
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_primitive_field.cc58 case FieldDescriptor::TYPE_SINT32 : return -1; in FixedSize()
Dcpp_helpers.cc235 case FieldDescriptor::TYPE_SINT32 : return "SInt32"; in DeclaredTypeMethodName()
/external/protobuf/src/google/protobuf/compiler/
Dparser.cc79 result["sint32" ] = FieldDescriptorProto::TYPE_SINT32; in MakeTypeNameTable()
849 case FieldDescriptorProto::TYPE_SINT32: in ParseDefaultAssignment()
855 field->type() == FieldDescriptorProto::TYPE_SINT32 || in ParseDefaultAssignment()
/external/protobuf/src/google/protobuf/
Dwire_format_lite.h113 TYPE_SINT32 = 17, enumerator
Ddescriptor_unittest.cc1738 EXPECT_STREQ("sint32" , GetTypeNameForFieldType(FD::TYPE_SINT32 )); in TEST_F()
1763 EXPECT_STREQ("sint32" , FD::TypeName(FD::TYPE_SINT32 )); in TEST_F()
1788 EXPECT_EQ(FD::CPPTYPE_INT32 , GetCppTypeForFieldType(FD::TYPE_SINT32 )); in TEST_F()
1813 EXPECT_STREQ("int32" , GetCppTypeNameForFieldType(FD::TYPE_SINT32 )); in TEST_F()
1855 EXPECT_TRUE(NULL == GetMessageDescriptorForFieldType(FD::TYPE_SINT32 )); in TEST_F()
1880 EXPECT_TRUE(NULL == GetEnumDescriptorForFieldType(FD::TYPE_SINT32 )); in TEST_F()
Ddescriptor.h368 TYPE_SINT32 = 17, // int32, ZigZag-encoded varint on the wire enumerator
Ddescriptor.proto115 // Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT32 if
131 TYPE_SINT32 = 17; // Uses ZigZag encoding. enumerator
Dwire_format_lite_inl.h89 inline bool WireFormatLite::ReadPrimitive<int32, WireFormatLite::TYPE_SINT32>(
Ddescriptor.cc5318 case FieldDescriptor::TYPE_SINT32: in SetInt32()
Ddescriptor.pb.h790 static const Type TYPE_SINT32 = FieldDescriptorProto_Type_TYPE_SINT32; variable
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto113 // Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT32 if
129 TYPE_SINT32 = 17; // Uses ZigZag encoding. enumerator
/external/nanopb-c/generator/
Dnanopb_generator.py59 FieldD.TYPE_SINT32: ('int32_t', 'SINT32', 5),

12