Home
last modified time | relevance | path

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

12

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/csharp/
Dcsharp_field_base.cc204 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()
Dcsharp_helpers.cc75 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/
Dtype_checkers.py257 _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/
DExtension.java75 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()
DInternalNano.java68 public static final int TYPE_SINT64 = 18; field in InternalNano
362 case TYPE_SINT64: in primitiveDefaultValue()
DCodedInputByteBufferNano.java677 case InternalNano.TYPE_SINT64: in readPrimitiveField()
DCodedOutputByteBufferNano.java1119 case InternalNano.TYPE_SINT64: in computeFieldSize()
1197 case InternalNano.TYPE_SINT64: in writeField()
/frameworks/base/tools/streaming_proto/
Dstream_proto_utils.cpp79 case FieldDescriptorProto::TYPE_SINT64: in get_proto_type()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/java/
Djava_helpers.cc288 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/
Djavanano_extension.cc58 case FieldDescriptor::TYPE_SINT64 : return "TYPE_SINT64" ; in GetTypeConstantName()
Djavanano_primitive_field.cc106 case FieldDescriptor::TYPE_SINT64 : return "SInt64" ; in GetCapitalizedType()
135 case FieldDescriptor::TYPE_SINT64 : return -1; in FixedSize()
Djavanano_helpers.cc308 case FieldDescriptor::TYPE_SINT64: in GetJavaType()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/
Dtype_resolver_util_test.cc175 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/
Dcpp_primitive_field.cc59 case FieldDescriptor::TYPE_SINT64 : return -1; in FixedSize()
Dcpp_helpers.cc318 case FieldDescriptor::TYPE_SINT64 : return "SInt64"; in DeclaredTypeMethodName()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/
Ddescriptor.py439 TYPE_SINT64 = 18 variable in FieldDescriptor
463 TYPE_SINT64: CPPTYPE_INT64,
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dtype.proto102 TYPE_SINT64 = 18; enumerator
Dwire_format_lite.h114 TYPE_SINT64 = 18, enumerator
Ddescriptor_unittest.cc2063 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/
Dmain.cpp177 case FieldDescriptor::TYPE_SINT64: in print_value()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc544 case FieldDescriptor::TYPE_SINT64: in GetCapitalizedType()
586 case FieldDescriptor::TYPE_SINT64: in GetObjectiveCType()
Dobjectivec_message.cc95 case FieldDescriptor::TYPE_SINT64: in OrderGroupForFieldDescriptor()
/frameworks/base/tools/stats_log_api_gen/
DCollation.cpp144 case FieldDescriptor::TYPE_SINT64: in java_type()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/ruby/
Druby_generator.cc98 case FieldDescriptor::TYPE_SINT64: return "sint64"; in TypeName()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dparser.cc81 result["sint64" ] = FieldDescriptorProto::TYPE_SINT64; in MakeTypeNameTable()
1101 case FieldDescriptorProto::TYPE_SINT64: in ParseDefaultAssignment()

12