Home
last modified time | relevance | path

Searched refs:TYPE_SINT32 (Results 1 - 25 of 32) sorted by relevance

12

/third_party/protobuf/php/src/Google/Protobuf/Internal/FieldDescriptorProto/
H A DType.php37 * 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 DKind.php121 * 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 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/
H A 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()
H A 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/
H A 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/
H A 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/
H A 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()
H A Dwire_format_lite.h129 TYPE_SINT32 = 17, enumerator
925 inline bool WireFormatLite::ReadPrimitive<int32, WireFormatLite::TYPE_SINT32>( in ReadPrimitive()
H A 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()
H A Ddescriptor.h600 // 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 Dcpp_primitive_field.cc62 case FieldDescriptor::TYPE_SINT32: in FixedSize()
H A 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/conformance/
H A Dbinary_json_conformance_suite.cc161 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 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()
H A Ddefault_value_objectwriter.cc458 case google::protobuf::Field::TYPE_SINT32: in CreateDefaultDataPieceForField()
H A Dproto_writer.cc649 case google::protobuf::Field::TYPE_SINT32: { in RenderPrimitiveField()
/third_party/protobuf/python/google/protobuf/
H A Ddescriptor.py477 TYPE_SINT32 = 17 variable in FieldDescriptor
508 TYPE_SINT32: CPPTYPE_INT32,
H A Dtext_format.py1080 descriptor.FieldDescriptor.TYPE_SINT32,
/third_party/protobuf/src/google/protobuf/compiler/php/
H A 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/compiler/objectivec/
H A Dobjectivec_message.cc108 case FieldDescriptor::TYPE_SINT32: in OrderGroupForFieldDescriptor()
H A Dobjectivec_helpers.cc634 case FieldDescriptor::TYPE_SINT32: in GetCapitalizedType()
677 case FieldDescriptor::TYPE_SINT32: in GetObjectiveCType()
/third_party/protobuf/src/google/protobuf/compiler/ruby/
H A Druby_generator.cc98 case FieldDescriptor::TYPE_SINT32: return "sint32"; in TypeName()
/third_party/protobuf/src/google/protobuf/compiler/
H A 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/node/deps/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/google/protobuf/
H A Ddescriptor.js20 * 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";

Completed in 49 milliseconds

12