/third_party/protobuf/php/src/Google/Protobuf/Internal/FieldDescriptorProto/ |
H A D | Type.php | 37 * Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT32 if 99 * Generated from protobuf enum <code>TYPE_SINT32 = 17;</code> 101 const TYPE_SINT32 = 17; 126 self::TYPE_SINT32 => 'TYPE_SINT32',
|
/third_party/protobuf/php/src/Google/Protobuf/Field/ |
H A D | Kind.php | 121 * Generated from protobuf enum <code>TYPE_SINT32 = 17;</code> 123 const TYPE_SINT32 = 17; 149 self::TYPE_SINT32 => 'TYPE_SINT32',
|
/third_party/protobuf/python/google/protobuf/internal/ |
H A 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/ |
H A 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()
|
H A 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/ |
H A 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/ |
H A 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/ |
H A 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()
|
H A D | wire_format_lite.h | 129 TYPE_SINT32 = 17, enumerator 925 inline bool WireFormatLite::ReadPrimitive<int32, WireFormatLite::TYPE_SINT32>( in ReadPrimitive()
|
H A 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()
|
H A D | descriptor.h | 600 // take 10 bytes. Use TYPE_SINT32 if negative 614 TYPE_SINT32 = 17, // int32, ZigZag-encoded varint on the wire enumerator 625 CPPTYPE_INT32 = 1, // TYPE_INT32, TYPE_SINT32, TYPE_SFIXED32
|
/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
H A D | cpp_primitive_field.cc | 62 case FieldDescriptor::TYPE_SINT32: in FixedSize()
|
H A 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/conformance/ |
H A D | binary_json_conformance_suite.cc | 161 case FieldDescriptor::TYPE_SINT32: 194 case FieldDescriptor::TYPE_SINT32: 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/util/internal/ |
H A 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()
|
H A D | default_value_objectwriter.cc | 458 case google::protobuf::Field::TYPE_SINT32: in CreateDefaultDataPieceForField()
|
H A D | proto_writer.cc | 649 case google::protobuf::Field::TYPE_SINT32: { in RenderPrimitiveField()
|
/third_party/protobuf/python/google/protobuf/ |
H A D | descriptor.py | 477 TYPE_SINT32 = 17 variable in FieldDescriptor 508 TYPE_SINT32: CPPTYPE_INT32,
|
H A D | text_format.py | 1080 descriptor.FieldDescriptor.TYPE_SINT32,
|
/third_party/protobuf/src/google/protobuf/compiler/php/ |
H A 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/compiler/objectivec/ |
H A D | objectivec_message.cc | 108 case FieldDescriptor::TYPE_SINT32: in OrderGroupForFieldDescriptor()
|
H A 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/ |
H A D | ruby_generator.cc | 98 case FieldDescriptor::TYPE_SINT32: return "sint32"; in TypeName()
|
/third_party/protobuf/src/google/protobuf/compiler/ |
H A 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/node/deps/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/google/protobuf/ |
H A D | descriptor.js | 20 * TYPE_INT32 - Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT32 if 43 /** TYPE_SINT32 - Uses ZigZag encoding. */ 44 FieldDescriptorProto_Type[FieldDescriptorProto_Type["TYPE_SINT32"] = 17] = "TYPE_SINT32"; 99 case "TYPE_SINT32": 100 return FieldDescriptorProto_Type.TYPE_SINT32; 143 case FieldDescriptorProto_Type.TYPE_SINT32: 144 return "TYPE_SINT32";
|