/third_party/protobuf/php/src/Google/Protobuf/Internal/FieldDescriptorProto/ |
D | Type.php | 107 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/ |
D | Kind.php | 129 const TYPE_SINT64 = 18; define in Google\\Protobuf\\Field\\Kind 150 self::TYPE_SINT64 => 'TYPE_SINT64',
|
/third_party/protobuf/python/google/protobuf/internal/ |
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/ |
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()
|
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/ |
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/ |
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/ |
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()
|
D | type.proto | 103 TYPE_SINT64 = 18; enumerator
|
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()
|
/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_primitive_field.cc | 64 case FieldDescriptor::TYPE_SINT64: in FixedSize()
|
D | cpp_helpers.cc | 601 case FieldDescriptor::TYPE_SINT64: in DeclaredTypeMethodName() 1684 field->type() == FieldDescriptor::TYPE_SINT64)) { in GenerateFieldBody()
|
/third_party/protobuf/python/google/protobuf/ |
D | descriptor.py | 478 TYPE_SINT64 = 18 variable in FieldDescriptor 502 TYPE_SINT64: CPPTYPE_INT64,
|
/third_party/protobuf/conformance/ |
D | binary_json_conformance_suite.cc | 163 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/ |
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/util/internal/ |
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()
|
D | default_value_objectwriter.cc | 447 case google::protobuf::Field::TYPE_SINT64: in CreateDefaultDataPieceForField()
|
D | proto_writer.cc | 669 case google::protobuf::Field::TYPE_SINT64: { in RenderPrimitiveField()
|
/third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
D | objectivec_message.cc | 91 case FieldDescriptor::TYPE_SINT64: in OrderGroupForFieldDescriptor()
|
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/ |
D | ruby_generator.cc | 99 case FieldDescriptor::TYPE_SINT64: return "sint64"; in TypeName()
|
/third_party/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | descriptor.proto | 109 // 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/ |
D | descriptor.proto | 109 // 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/ |
D | descriptor.proto | 109 // 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/ |
D | protoc-gen-upb.cc | 687 case protobuf::FieldDescriptor::TYPE_SINT64: in TryFillTableEntry()
|