/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/csharp/ |
D | csharp_field_base.cc | 204 case FieldDescriptor::TYPE_SINT64: in type_name() 246 case FieldDescriptor::TYPE_SINT64: in has_default_value() 269 case FieldDescriptor::TYPE_SINT64: in is_nullable_type() 371 case FieldDescriptor::TYPE_SINT64: in default_value() 419 case FieldDescriptor::TYPE_SINT64: in capitalized_type_name()
|
D | csharp_helpers.cc | 75 case FieldDescriptor::TYPE_SINT64: in GetCSharpType() 388 case FieldDescriptor::TYPE_SINT64 : return -1; in GetFixedSize()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/ |
D | type_checkers.py | 257 _FieldDescriptor.TYPE_SINT64: wire_format.SInt64ByteSize 280 _FieldDescriptor.TYPE_SINT64: encoder.SInt64Encoder, 303 _FieldDescriptor.TYPE_SINT64: encoder.SInt64Sizer, 326 _FieldDescriptor.TYPE_SINT64: decoder.SInt64Decoder, 351 _FieldDescriptor.TYPE_SINT64: wire_format.WIRETYPE_VARINT,
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/main/java/com/google/protobuf/nano/ |
D | Extension.java | 75 public static final int TYPE_SINT64 = InternalNano.TYPE_SINT64; field in Extension 451 case TYPE_SINT64: in writeSingularData() 534 case TYPE_SINT64: in writeRepeatedData() 605 case TYPE_SINT64: in computePackedDataSize() 698 case TYPE_SINT64: in computeSingularSerializedSize()
|
D | InternalNano.java | 68 public static final int TYPE_SINT64 = 18; field in InternalNano 362 case TYPE_SINT64: in primitiveDefaultValue()
|
D | CodedInputByteBufferNano.java | 677 case InternalNano.TYPE_SINT64: in readPrimitiveField()
|
D | CodedOutputByteBufferNano.java | 1119 case InternalNano.TYPE_SINT64: in computeFieldSize() 1197 case InternalNano.TYPE_SINT64: in writeField()
|
/frameworks/base/tools/streaming_proto/ |
D | stream_proto_utils.cpp | 79 case FieldDescriptorProto::TYPE_SINT64: in get_proto_type()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/java/ |
D | java_helpers.cc | 288 case FieldDescriptor::TYPE_SINT64: in GetJavaType() 372 case FieldDescriptor::TYPE_SINT64 : return "SINT64"; in FieldTypeName() 650 case FieldDescriptor::TYPE_SINT64 : return "SInt64"; in GetCapitalizedType() 681 case FieldDescriptor::TYPE_SINT64 : return -1; in FixedSize()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/javanano/ |
D | javanano_extension.cc | 58 case FieldDescriptor::TYPE_SINT64 : return "TYPE_SINT64" ; in GetTypeConstantName()
|
D | javanano_primitive_field.cc | 106 case FieldDescriptor::TYPE_SINT64 : return "SInt64" ; in GetCapitalizedType() 135 case FieldDescriptor::TYPE_SINT64 : return -1; in FixedSize()
|
D | javanano_helpers.cc | 308 case FieldDescriptor::TYPE_SINT64: in GetJavaType()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/ |
D | type_resolver_util_test.cc | 175 Field::TYPE_SINT64, "optional_sint64", 6)); in TEST_F() 231 Field::TYPE_SINT64, "repeated_sint64", 36)); in TEST_F()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/ |
D | cpp_primitive_field.cc | 59 case FieldDescriptor::TYPE_SINT64 : return -1; in FixedSize()
|
D | cpp_helpers.cc | 318 case FieldDescriptor::TYPE_SINT64 : return "SInt64"; in DeclaredTypeMethodName()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/ |
D | descriptor.py | 439 TYPE_SINT64 = 18 variable in FieldDescriptor 463 TYPE_SINT64: CPPTYPE_INT64,
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | type.proto | 102 TYPE_SINT64 = 18; enumerator
|
D | wire_format_lite.h | 114 TYPE_SINT64 = 18, enumerator
|
D | descriptor_unittest.cc | 2063 EXPECT_STREQ("sint64" , GetTypeNameForFieldType(FD::TYPE_SINT64 )); in TEST_F() 2088 EXPECT_STREQ("sint64" , FD::TypeName(FD::TYPE_SINT64 )); in TEST_F() 2113 EXPECT_EQ(FD::CPPTYPE_INT64 , GetCppTypeForFieldType(FD::TYPE_SINT64 )); in TEST_F() 2138 EXPECT_STREQ("int64" , GetCppTypeNameForFieldType(FD::TYPE_SINT64 )); in TEST_F() 2180 EXPECT_TRUE(NULL == GetMessageDescriptorForFieldType(FD::TYPE_SINT64 )); in TEST_F() 2205 EXPECT_TRUE(NULL == GetEnumDescriptorForFieldType(FD::TYPE_SINT64 )); in TEST_F()
|
/frameworks/base/tools/incident_report/ |
D | main.cpp | 177 case FieldDescriptor::TYPE_SINT64: in print_value()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/objectivec/ |
D | objectivec_helpers.cc | 544 case FieldDescriptor::TYPE_SINT64: in GetCapitalizedType() 586 case FieldDescriptor::TYPE_SINT64: in GetObjectiveCType()
|
D | objectivec_message.cc | 95 case FieldDescriptor::TYPE_SINT64: in OrderGroupForFieldDescriptor()
|
/frameworks/base/tools/stats_log_api_gen/ |
D | Collation.cpp | 144 case FieldDescriptor::TYPE_SINT64: in java_type()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/ruby/ |
D | ruby_generator.cc | 98 case FieldDescriptor::TYPE_SINT64: return "sint64"; in TypeName()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/ |
D | parser.cc | 81 result["sint64" ] = FieldDescriptorProto::TYPE_SINT64; in MakeTypeNameTable() 1101 case FieldDescriptorProto::TYPE_SINT64: in ParseDefaultAssignment()
|