Home
last modified time | relevance | path

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

12

/third_party/protobuf/php/src/Google/Protobuf/Internal/FieldDescriptorProto/
H A DType.php26 * Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT64 if
105 * Generated from protobuf enum <code>TYPE_SINT64 = 18;</code>
107 const TYPE_SINT64 = 18;
127 self::TYPE_SINT64 => 'TYPE_SINT64',
/third_party/protobuf/php/src/Google/Protobuf/Field/
H A DKind.php127 * Generated from protobuf enum <code>TYPE_SINT64 = 18;</code>
129 const TYPE_SINT64 = 18;
150 self::TYPE_SINT64 => 'TYPE_SINT64',
/third_party/protobuf/python/google/protobuf/internal/
H A Dtype_checkers.py336 _FieldDescriptor.TYPE_SINT64: wire_format.SInt64ByteSize
359 _FieldDescriptor.TYPE_SINT64: encoder.SInt64Encoder,
382 _FieldDescriptor.TYPE_SINT64: encoder.SInt64Sizer,
405 _FieldDescriptor.TYPE_SINT64: decoder.SInt64Decoder,
430 _FieldDescriptor.TYPE_SINT64: wire_format.WIRETYPE_VARINT,
/third_party/protobuf/src/google/protobuf/compiler/csharp/
H A Dcsharp_field_base.cc258 case FieldDescriptor::TYPE_SINT64: in type_name()
300 case FieldDescriptor::TYPE_SINT64: in has_default_value()
400 case FieldDescriptor::TYPE_SINT64: in default_value()
448 case FieldDescriptor::TYPE_SINT64: in capitalized_type_name()
H A Dcsharp_helpers.cc75 case FieldDescriptor::TYPE_SINT64: in GetCSharpType()
439 case FieldDescriptor::TYPE_SINT64 : return -1; in GetFixedSize()
573 case FieldDescriptor::TYPE_SINT64: in IsNullable()
/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_helpers.cc330 case FieldDescriptor::TYPE_SINT64: in GetJavaType()
460 case FieldDescriptor::TYPE_SINT64: in FieldTypeName()
741 case FieldDescriptor::TYPE_SINT64: in GetCapitalizedType()
787 case FieldDescriptor::TYPE_SINT64: in FixedSize()
/third_party/protobuf/src/google/protobuf/util/
H A Dtype_resolver_util_test.cc191 EXPECT_TRUE(HasField(type, Field::CARDINALITY_OPTIONAL, Field::TYPE_SINT64, in TEST_F()
252 EXPECT_TRUE(HasField(type, Field::CARDINALITY_REPEATED, Field::TYPE_SINT64, in TEST_F()
/third_party/protobuf/src/google/protobuf/
H A Dgenerated_message_util.cc163 struct PrimitiveTypeHelper<WireFormatLite::TYPE_SINT64> {
644 SERIALIZERS_FOR_TYPE(WireFormatLite::TYPE_SINT64); in SerializeInternal()
689 SERIALIZERS_FOR_TYPE(WireFormatLite::TYPE_SINT64); in SerializeInternalToArray()
H A Dwire_format_lite.h130 TYPE_SINT64 = 18, enumerator
933 inline bool WireFormatLite::ReadPrimitive<int64, WireFormatLite::TYPE_SINT64>( in ReadPrimitive()
H A Ddescriptor_unittest.cc2363 EXPECT_STREQ("sint64", GetTypeNameForFieldType(FD::TYPE_SINT64)); in TEST_F()
2388 EXPECT_STREQ("sint64", FD::TypeName(FD::TYPE_SINT64)); in TEST_F()
2413 EXPECT_EQ(FD::CPPTYPE_INT64, GetCppTypeForFieldType(FD::TYPE_SINT64)); in TEST_F()
2438 EXPECT_STREQ("int64", GetCppTypeNameForFieldType(FD::TYPE_SINT64)); in TEST_F()
2480 EXPECT_TRUE(nullptr == GetMessageDescriptorForFieldType(FD::TYPE_SINT64)); in TEST_F()
2505 EXPECT_TRUE(nullptr == GetEnumDescriptorForFieldType(FD::TYPE_SINT64)); in TEST_F()
H A Ddescriptor.h596 // take 10 bytes. Use TYPE_SINT64 if negative
615 TYPE_SINT64 = 18, // int64, ZigZag-encoded varint on the wire enumerator
626 CPPTYPE_INT64 = 2, // TYPE_INT64, TYPE_SINT64, TYPE_SFIXED64
/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_primitive_field.cc64 case FieldDescriptor::TYPE_SINT64: in FixedSize()
H A Dcpp_helpers.cc601 case FieldDescriptor::TYPE_SINT64: in DeclaredTypeMethodName()
1684 field->type() == FieldDescriptor::TYPE_SINT64)) { in GenerateFieldBody()
/third_party/protobuf/conformance/
H A Dbinary_json_conformance_suite.cc163 case FieldDescriptor::TYPE_SINT64:
196 case FieldDescriptor::TYPE_SINT64:
331 case FieldDescriptor::TYPE_SINT64: in IsProto3Default()
1432 TestValidDataForType(FieldDescriptor::TYPE_SINT64, in RunSuiteImpl()
1486 TestValidDataForMapType(FieldDescriptor::TYPE_SINT64, in RunSuiteImpl()
1487 FieldDescriptor::TYPE_SINT64); in RunSuiteImpl()
/third_party/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectsource.cc101 case google::protobuf::Field::TYPE_SINT64: in MapKeyDefaultValueAsString()
847 case google::protobuf::Field::TYPE_SINT64: { in RenderNonMessageField()
977 case google::protobuf::Field::TYPE_SINT64: { in ReadFieldValueAsString()
H A Ddefault_value_objectwriter.cc447 case google::protobuf::Field::TYPE_SINT64: in CreateDefaultDataPieceForField()
H A Dproto_writer.cc669 case google::protobuf::Field::TYPE_SINT64: { in RenderPrimitiveField()
/third_party/protobuf/python/google/protobuf/
H A Ddescriptor.py478 TYPE_SINT64 = 18 variable in FieldDescriptor
502 TYPE_SINT64: CPPTYPE_INT64,
H A Dtext_format.py1084 descriptor.FieldDescriptor.TYPE_SINT64,
/third_party/protobuf/src/google/protobuf/compiler/php/
H A Dphp_generator.cc312 case FieldDescriptor::TYPE_SINT64: in DefaultForField()
445 case FieldDescriptor::TYPE_SINT64: return "sint64"; in TypeName()
478 case FieldDescriptor::TYPE_SINT64: in PhpSetterTypeName()
528 case FieldDescriptor::TYPE_SINT64: in PhpGetterTypeName()
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_message.cc91 case FieldDescriptor::TYPE_SINT64: in OrderGroupForFieldDescriptor()
H A Dobjectivec_helpers.cc644 case FieldDescriptor::TYPE_SINT64: in GetCapitalizedType()
686 case FieldDescriptor::TYPE_SINT64: in GetObjectiveCType()
/third_party/protobuf/src/google/protobuf/compiler/ruby/
H A Druby_generator.cc99 case FieldDescriptor::TYPE_SINT64: return "sint64"; in TypeName()
/third_party/node/deps/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/google/protobuf/
H A Ddescriptor.js14 * TYPE_INT64 - Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT64 if
45 /** TYPE_SINT64 - Uses ZigZag encoding. */
46 FieldDescriptorProto_Type[FieldDescriptorProto_Type["TYPE_SINT64"] = 18] = "TYPE_SINT64";
102 case "TYPE_SINT64":
103 return FieldDescriptorProto_Type.TYPE_SINT64;
145 case FieldDescriptorProto_Type.TYPE_SINT64:
146 return "TYPE_SINT64";
/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser.cc85 result["sint64"] = FieldDescriptorProto::TYPE_SINT64; in MakeTypeNameTable()
1260 case FieldDescriptorProto::TYPE_SINT64: in ParseDefaultAssignment()

Completed in 51 milliseconds

12