/third_party/protobuf/php/src/Google/Protobuf/Internal/FieldDescriptorProto/ |
D | Type.php | 101 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/ |
D | Kind.php | 123 const TYPE_SINT32 = 17; define in Google\\Protobuf\\Field\\Kind 149 self::TYPE_SINT32 => 'TYPE_SINT32',
|
/third_party/protobuf/python/google/protobuf/internal/ |
D | type_checkers.py | 335 _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/ |
D | csharp_field_base.cc | 256 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()
|
D | csharp_helpers.cc | 73 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/ |
D | java_helpers.cc | 323 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/ |
D | type_resolver_util_test.cc | 189 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/ |
D | generated_message_util.cc | 131 struct PrimitiveTypeHelper<WireFormatLite::TYPE_SINT32> { 643 SERIALIZERS_FOR_TYPE(WireFormatLite::TYPE_SINT32); in SerializeInternal() 688 SERIALIZERS_FOR_TYPE(WireFormatLite::TYPE_SINT32); in SerializeInternalToArray()
|
D | type.proto | 101 TYPE_SINT32 = 17; enumerator
|
D | descriptor_unittest.cc | 2362 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/ |
D | cpp_primitive_field.cc | 62 case FieldDescriptor::TYPE_SINT32: in FixedSize()
|
D | cpp_helpers.cc | 599 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/ |
D | descriptor.py | 477 TYPE_SINT32 = 17 variable in FieldDescriptor 508 TYPE_SINT32: CPPTYPE_INT32,
|
/third_party/protobuf/conformance/ |
D | binary_json_conformance_suite.cc | 161 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/ |
D | php_generator.cc | 311 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/ |
D | protostream_objectsource.cc | 100 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()
|
D | default_value_objectwriter.cc | 458 case google::protobuf::Field::TYPE_SINT32: in CreateDefaultDataPieceForField()
|
D | proto_writer.cc | 649 case google::protobuf::Field::TYPE_SINT32: { in RenderPrimitiveField()
|
/third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
D | objectivec_message.cc | 108 case FieldDescriptor::TYPE_SINT32: in OrderGroupForFieldDescriptor()
|
D | objectivec_helpers.cc | 634 case FieldDescriptor::TYPE_SINT32: in GetCapitalizedType() 677 case FieldDescriptor::TYPE_SINT32: in GetObjectiveCType()
|
/third_party/protobuf/src/google/protobuf/compiler/ruby/ |
D | ruby_generator.cc | 98 case FieldDescriptor::TYPE_SINT32: return "sint32"; in TypeName()
|
/third_party/protobuf/src/google/protobuf/compiler/ |
D | parser.cc | 84 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/ |
D | descriptor.proto | 113 // 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/ |
D | descriptor.proto | 113 // 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/ |
D | descriptor.proto | 113 // Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT32 if 129 TYPE_SINT32 = 17; // Uses ZigZag encoding. enumerator
|