Searched refs:TYPE_SINT32 (Results 1 – 19 of 19) sorted by relevance
/external/protobuf/python/google/protobuf/internal/ |
D | type_checkers.py | 190 _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/ |
D | java_primitive_field.cc | 99 case FieldDescriptor::TYPE_SINT32 : return "SInt32" ; in GetCapitalizedType() 132 case FieldDescriptor::TYPE_SINT32 : return -1; in FixedSize()
|
D | java_extension.cc | 51 case FieldDescriptor::TYPE_SINT32 : return "SINT32"; in TypeName()
|
D | java_helpers.cc | 190 case FieldDescriptor::TYPE_SINT32: in GetJavaType()
|
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
D | javamicro_primitive_field.cc | 99 case FieldDescriptor::TYPE_SINT32 : return "SInt32" ; in GetCapitalizedType() 132 case FieldDescriptor::TYPE_SINT32 : return -1; in FixedSize()
|
D | javamicro_helpers.cc | 262 case FieldDescriptor::TYPE_SINT32: in GetJavaType()
|
/external/protobuf/src/google/protobuf/compiler/ |
D | parser.cc | 79 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/ |
D | cpp_primitive_field.cc | 58 case FieldDescriptor::TYPE_SINT32 : return -1; in FixedSize()
|
D | cpp_helpers.cc | 219 case FieldDescriptor::TYPE_SINT32 : return "SInt32"; in DeclaredTypeMethodName()
|
/external/protobuf/python/google/protobuf/ |
D | descriptor.py | 344 TYPE_SINT32 = 17 variable in FieldDescriptor
|
D | text_format.py | 237 descriptor.FieldDescriptor.TYPE_SINT32,
|
/external/protobuf/src/google/protobuf/ |
D | wire_format_lite.h | 115 TYPE_SINT32 = 17, enumerator
|
D | descriptor.proto | 103 // take 10 bytes. Use TYPE_SINT32 if negative 118 TYPE_SINT32 = 17; // Uses ZigZag encoding. enumerator
|
D | descriptor.h | 319 TYPE_SINT32 = 17, // int32, ZigZag-encoded varint on the wire enumerator
|
D | wire_format_lite_inl.h | 85 inline bool WireFormatLite::ReadPrimitive<int32, WireFormatLite::TYPE_SINT32>(
|
D | descriptor_unittest.cc | 1575 EXPECT_EQ(FD::CPPTYPE_INT32 , GetCppTypeForFieldType(FD::TYPE_SINT32 )); in TEST_F()
|
D | descriptor.cc | 4333 case FieldDescriptor::TYPE_SINT32: in SetInt32()
|
D | descriptor.pb.h | 762 static const Type TYPE_SINT32 = FieldDescriptorProto_Type_TYPE_SINT32; variable
|
D | descriptor.pb.cc | 2185 const FieldDescriptorProto_Type FieldDescriptorProto::TYPE_SINT32; member in google::protobuf::FieldDescriptorProto
|