Home
last modified time | relevance | path

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

/external/protobuf/python/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/src/google/protobuf/compiler/java/
Djava_primitive_field.cc99 case FieldDescriptor::TYPE_SINT32 : return "SInt32" ; in GetCapitalizedType()
132 case FieldDescriptor::TYPE_SINT32 : return -1; in FixedSize()
Djava_extension.cc51 case FieldDescriptor::TYPE_SINT32 : return "SINT32"; in TypeName()
Djava_helpers.cc190 case FieldDescriptor::TYPE_SINT32: in GetJavaType()
/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.cc262 case FieldDescriptor::TYPE_SINT32: in GetJavaType()
/external/protobuf/src/google/protobuf/compiler/
Dparser.cc79 result["sint32" ] = FieldDescriptorProto::TYPE_SINT32; in MakeTypeNameTable()
543 case FieldDescriptorProto::TYPE_SINT32: in ParseDefaultAssignment()
549 field->type() == FieldDescriptorProto::TYPE_SINT32 || in ParseDefaultAssignment()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_primitive_field.cc58 case FieldDescriptor::TYPE_SINT32 : return -1; in FixedSize()
Dcpp_helpers.cc219 case FieldDescriptor::TYPE_SINT32 : return "SInt32"; in DeclaredTypeMethodName()
/external/protobuf/python/google/protobuf/
Ddescriptor.py344 TYPE_SINT32 = 17 variable in FieldDescriptor
Dtext_format.py237 descriptor.FieldDescriptor.TYPE_SINT32,
/external/protobuf/src/google/protobuf/
Dwire_format_lite.h115 TYPE_SINT32 = 17, enumerator
Ddescriptor.proto103 // take 10 bytes. Use TYPE_SINT32 if negative
118 TYPE_SINT32 = 17; // Uses ZigZag encoding. enumerator
Ddescriptor.h319 TYPE_SINT32 = 17, // int32, ZigZag-encoded varint on the wire enumerator
Dwire_format_lite_inl.h85 inline bool WireFormatLite::ReadPrimitive<int32, WireFormatLite::TYPE_SINT32>(
Ddescriptor_unittest.cc1575 EXPECT_EQ(FD::CPPTYPE_INT32 , GetCppTypeForFieldType(FD::TYPE_SINT32 )); in TEST_F()
Ddescriptor.cc4333 case FieldDescriptor::TYPE_SINT32: in SetInt32()
Ddescriptor.pb.h762 static const Type TYPE_SINT32 = FieldDescriptorProto_Type_TYPE_SINT32; variable
Ddescriptor.pb.cc2185 const FieldDescriptorProto_Type FieldDescriptorProto::TYPE_SINT32; member in google::protobuf::FieldDescriptorProto