Home
last modified time | relevance | path

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

12

/third_party/protobuf/php/src/Google/Protobuf/Internal/FieldDescriptorProto/
DType.php101 const TYPE_SINT32 = 17; define in Google\\Protobuf\\Internal\\FieldDescriptorProto\\Type
126 self::TYPE_SINT32 => 'TYPE_SINT32',
/third_party/protobuf/php/src/Google/Protobuf/Field/
DKind.php123 const TYPE_SINT32 = 17; define in Google\\Protobuf\\Field\\Kind
149 self::TYPE_SINT32 => 'TYPE_SINT32',
/third_party/protobuf/python/google/protobuf/internal/
Dtype_checkers.py335 _FieldDescriptor.TYPE_SINT32: wire_format.SInt32ByteSize,
358 _FieldDescriptor.TYPE_SINT32: encoder.SInt32Encoder,
381 _FieldDescriptor.TYPE_SINT32: encoder.SInt32Sizer,
404 _FieldDescriptor.TYPE_SINT32: decoder.SInt32Decoder,
429 _FieldDescriptor.TYPE_SINT32: wire_format.WIRETYPE_VARINT,
/third_party/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_field_base.cc256 case FieldDescriptor::TYPE_SINT32: in type_name()
298 case FieldDescriptor::TYPE_SINT32: in has_default_value()
398 case FieldDescriptor::TYPE_SINT32: in default_value()
446 case FieldDescriptor::TYPE_SINT32: in capitalized_type_name()
Dcsharp_helpers.cc73 case FieldDescriptor::TYPE_SINT32: in GetCSharpType()
438 case FieldDescriptor::TYPE_SINT32 : return -1; in GetFixedSize()
572 case FieldDescriptor::TYPE_SINT32: in IsNullable()
/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc323 case FieldDescriptor::TYPE_SINT32: in GetJavaType()
450 case FieldDescriptor::TYPE_SINT32: in FieldTypeName()
731 case FieldDescriptor::TYPE_SINT32: in GetCapitalizedType()
785 case FieldDescriptor::TYPE_SINT32: in FixedSize()
/third_party/protobuf/src/google/protobuf/util/
Dtype_resolver_util_test.cc189 EXPECT_TRUE(HasField(type, Field::CARDINALITY_OPTIONAL, Field::TYPE_SINT32, in TEST_F()
250 EXPECT_TRUE(HasField(type, Field::CARDINALITY_REPEATED, Field::TYPE_SINT32, in TEST_F()
/third_party/protobuf/src/google/protobuf/
Dgenerated_message_util.cc131 struct PrimitiveTypeHelper<WireFormatLite::TYPE_SINT32> {
643 SERIALIZERS_FOR_TYPE(WireFormatLite::TYPE_SINT32); in SerializeInternal()
688 SERIALIZERS_FOR_TYPE(WireFormatLite::TYPE_SINT32); in SerializeInternalToArray()
Dtype.proto101 TYPE_SINT32 = 17; enumerator
Ddescriptor_unittest.cc2362 EXPECT_STREQ("sint32", GetTypeNameForFieldType(FD::TYPE_SINT32)); in TEST_F()
2387 EXPECT_STREQ("sint32", FD::TypeName(FD::TYPE_SINT32)); in TEST_F()
2412 EXPECT_EQ(FD::CPPTYPE_INT32, GetCppTypeForFieldType(FD::TYPE_SINT32)); in TEST_F()
2437 EXPECT_STREQ("int32", GetCppTypeNameForFieldType(FD::TYPE_SINT32)); in TEST_F()
2479 EXPECT_TRUE(nullptr == GetMessageDescriptorForFieldType(FD::TYPE_SINT32)); in TEST_F()
2504 EXPECT_TRUE(nullptr == GetEnumDescriptorForFieldType(FD::TYPE_SINT32)); in TEST_F()
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_primitive_field.cc62 case FieldDescriptor::TYPE_SINT32: in FixedSize()
Dcpp_helpers.cc599 case FieldDescriptor::TYPE_SINT32: in DeclaredTypeMethodName()
1678 std::string size = (field->type() == FieldDescriptor::TYPE_SINT32 || in GenerateFieldBody()
1683 if ((field->type() == FieldDescriptor::TYPE_SINT32 || in GenerateFieldBody()
/third_party/protobuf/python/google/protobuf/
Ddescriptor.py477 TYPE_SINT32 = 17 variable in FieldDescriptor
508 TYPE_SINT32: CPPTYPE_INT32,
/third_party/protobuf/conformance/
Dbinary_json_conformance_suite.cc161 case FieldDescriptor::TYPE_SINT32: in GetDefaultValue()
194 case FieldDescriptor::TYPE_SINT32: in GetNonDefaultValue()
330 case FieldDescriptor::TYPE_SINT32: in IsProto3Default()
1424 TestValidDataForType(FieldDescriptor::TYPE_SINT32, in RunSuiteImpl()
1484 TestValidDataForMapType(FieldDescriptor::TYPE_SINT32, in RunSuiteImpl()
1485 FieldDescriptor::TYPE_SINT32); in RunSuiteImpl()
/third_party/protobuf/src/google/protobuf/compiler/php/
Dphp_generator.cc311 case FieldDescriptor::TYPE_SINT32: in DefaultForField()
444 case FieldDescriptor::TYPE_SINT32: return "sint32"; in TypeName()
470 case FieldDescriptor::TYPE_SINT32: in PhpSetterTypeName()
522 case FieldDescriptor::TYPE_SINT32: in PhpGetterTypeName()
/third_party/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectsource.cc100 case google::protobuf::Field::TYPE_SINT32: in MapKeyDefaultValueAsString()
842 case google::protobuf::Field::TYPE_SINT32: { in RenderNonMessageField()
971 case google::protobuf::Field::TYPE_SINT32: { in ReadFieldValueAsString()
Ddefault_value_objectwriter.cc458 case google::protobuf::Field::TYPE_SINT32: in CreateDefaultDataPieceForField()
Dproto_writer.cc649 case google::protobuf::Field::TYPE_SINT32: { in RenderPrimitiveField()
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_message.cc108 case FieldDescriptor::TYPE_SINT32: in OrderGroupForFieldDescriptor()
Dobjectivec_helpers.cc634 case FieldDescriptor::TYPE_SINT32: in GetCapitalizedType()
677 case FieldDescriptor::TYPE_SINT32: in GetObjectiveCType()
/third_party/protobuf/src/google/protobuf/compiler/ruby/
Druby_generator.cc98 case FieldDescriptor::TYPE_SINT32: return "sint32"; in TypeName()
/third_party/protobuf/src/google/protobuf/compiler/
Dparser.cc84 result["sint32"] = FieldDescriptorProto::TYPE_SINT32; in MakeTypeNameTable()
1259 case FieldDescriptorProto::TYPE_SINT32: in ParseDefaultAssignment()
1265 field->type() == FieldDescriptorProto::TYPE_SINT32 || in ParseDefaultAssignment()
/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/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
/third_party/protobuf/python/compatibility_tests/v2.5.0/protos/src/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
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/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

12