/third_party/protobuf/php/src/Google/Protobuf/Internal/FieldDescriptorProto/ |
H A D | Type.php | 26 * 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 D | Kind.php | 127 * 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 D | type_checkers.py | 336 _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 D | csharp_field_base.cc | 258 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 D | csharp_helpers.cc | 75 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 D | java_helpers.cc | 330 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 D | type_resolver_util_test.cc | 191 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 D | generated_message_util.cc | 163 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 D | wire_format_lite.h | 130 TYPE_SINT64 = 18, enumerator 933 inline bool WireFormatLite::ReadPrimitive<int64, WireFormatLite::TYPE_SINT64>( in ReadPrimitive()
|
H A D | descriptor_unittest.cc | 2363 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 D | descriptor.h | 596 // 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 D | cpp_primitive_field.cc | 64 case FieldDescriptor::TYPE_SINT64: in FixedSize()
|
H A D | cpp_helpers.cc | 601 case FieldDescriptor::TYPE_SINT64: in DeclaredTypeMethodName() 1684 field->type() == FieldDescriptor::TYPE_SINT64)) { in GenerateFieldBody()
|
/third_party/protobuf/conformance/ |
H A D | binary_json_conformance_suite.cc | 163 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 D | protostream_objectsource.cc | 101 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 D | default_value_objectwriter.cc | 447 case google::protobuf::Field::TYPE_SINT64: in CreateDefaultDataPieceForField()
|
H A D | proto_writer.cc | 669 case google::protobuf::Field::TYPE_SINT64: { in RenderPrimitiveField()
|
/third_party/protobuf/python/google/protobuf/ |
H A D | descriptor.py | 478 TYPE_SINT64 = 18 variable in FieldDescriptor 502 TYPE_SINT64: CPPTYPE_INT64,
|
H A D | text_format.py | 1084 descriptor.FieldDescriptor.TYPE_SINT64,
|
/third_party/protobuf/src/google/protobuf/compiler/php/ |
H A D | php_generator.cc | 312 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 D | objectivec_message.cc | 91 case FieldDescriptor::TYPE_SINT64: in OrderGroupForFieldDescriptor()
|
H A D | objectivec_helpers.cc | 644 case FieldDescriptor::TYPE_SINT64: in GetCapitalizedType() 686 case FieldDescriptor::TYPE_SINT64: in GetObjectiveCType()
|
/third_party/protobuf/src/google/protobuf/compiler/ruby/ |
H A D | ruby_generator.cc | 99 case FieldDescriptor::TYPE_SINT64: return "sint64"; in TypeName()
|
/third_party/node/deps/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/google/protobuf/ |
H A D | descriptor.js | 14 * 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 D | parser.cc | 85 result["sint64"] = FieldDescriptorProto::TYPE_SINT64; in MakeTypeNameTable() 1260 case FieldDescriptorProto::TYPE_SINT64: in ParseDefaultAssignment()
|