Home
last modified time | relevance | path

Searched refs:TYPE_SINT64 (Results 1 – 25 of 39) sorted by relevance

12

/third_party/protobuf/php/src/Google/Protobuf/Internal/FieldDescriptorProto/
DType.php107 const TYPE_SINT64 = 18; define in Google\\Protobuf\\Internal\\FieldDescriptorProto\\Type
127 self::TYPE_SINT64 => 'TYPE_SINT64',
/third_party/protobuf/php/src/Google/Protobuf/Field/
DKind.php129 const TYPE_SINT64 = 18; define in Google\\Protobuf\\Field\\Kind
150 self::TYPE_SINT64 => 'TYPE_SINT64',
/third_party/protobuf/python/google/protobuf/internal/
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/
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()
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/
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/
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/
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()
Dtype.proto103 TYPE_SINT64 = 18; enumerator
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()
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_primitive_field.cc64 case FieldDescriptor::TYPE_SINT64: in FixedSize()
Dcpp_helpers.cc601 case FieldDescriptor::TYPE_SINT64: in DeclaredTypeMethodName()
1684 field->type() == FieldDescriptor::TYPE_SINT64)) { in GenerateFieldBody()
/third_party/protobuf/python/google/protobuf/
Ddescriptor.py478 TYPE_SINT64 = 18 variable in FieldDescriptor
502 TYPE_SINT64: CPPTYPE_INT64,
/third_party/protobuf/conformance/
Dbinary_json_conformance_suite.cc163 case FieldDescriptor::TYPE_SINT64: in GetDefaultValue()
196 case FieldDescriptor::TYPE_SINT64: in GetNonDefaultValue()
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/compiler/php/
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/util/internal/
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()
Ddefault_value_objectwriter.cc447 case google::protobuf::Field::TYPE_SINT64: in CreateDefaultDataPieceForField()
Dproto_writer.cc669 case google::protobuf::Field::TYPE_SINT64: { in RenderPrimitiveField()
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_message.cc91 case FieldDescriptor::TYPE_SINT64: in OrderGroupForFieldDescriptor()
Dobjectivec_helpers.cc644 case FieldDescriptor::TYPE_SINT64: in GetCapitalizedType()
686 case FieldDescriptor::TYPE_SINT64: in GetObjectiveCType()
/third_party/protobuf/src/google/protobuf/compiler/ruby/
Druby_generator.cc99 case FieldDescriptor::TYPE_SINT64: return "sint64"; in TypeName()
/third_party/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto109 // Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT64 if
130 TYPE_SINT64 = 18; // Uses ZigZag encoding. enumerator
/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto109 // Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT64 if
130 TYPE_SINT64 = 18; // Uses ZigZag encoding. enumerator
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto109 // Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT64 if
130 TYPE_SINT64 = 18; // Uses ZigZag encoding. enumerator
/third_party/grpc/third_party/upb/upbc/
Dprotoc-gen-upb.cc687 case protobuf::FieldDescriptor::TYPE_SINT64: in TryFillTableEntry()

12