Home
last modified time | relevance | path

Searched refs:TYPE_INT64 (Results 1 – 25 of 27) sorted by relevance

12

/external/protobuf/python/google/protobuf/internal/
Dtype_checkers.py176 _FieldDescriptor.TYPE_INT64: wire_format.Int64ByteSize,
199 _FieldDescriptor.TYPE_INT64: encoder.Int64Encoder,
222 _FieldDescriptor.TYPE_INT64: encoder.Int64Sizer,
245 _FieldDescriptor.TYPE_INT64: decoder.Int64Decoder,
267 _FieldDescriptor.TYPE_INT64: wire_format.WIRETYPE_VARINT,
Dreflection_test.py712 index=0, number=1, type=FieldDescriptor.TYPE_INT64,
/external/libvpx/vp8/common/
Dtype_aliases.h102 #ifndef TYPE_INT64
/external/bluetooth/glib/glib/gnulib/
Dprintf-args.h53 TYPE_INT64, enumerator
Dprintf-args.c73 case TYPE_INT64: in printf_fetchargs()
Dvasnprintf.c509 if (type == TYPE_INT64 || type == TYPE_UINT64) in vasnprintf()
657 case TYPE_INT64: in vasnprintf()
828 case TYPE_INT64: in vasnprintf()
Dprintf-parse.c356 type = TYPE_INT64; in printf_parse()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_primitive_field.cc102 case FieldDescriptor::TYPE_INT64 : return "Int64" ; in GetCapitalizedType()
129 case FieldDescriptor::TYPE_INT64 : return -1; in FixedSize()
Djava_extension.cc54 case FieldDescriptor::TYPE_INT64 : return "INT64"; in TypeName()
Djava_helpers.cc195 case FieldDescriptor::TYPE_INT64: in GetJavaType()
/external/protobuf/src/google/protobuf/compiler/javamicro/
Djavamicro_primitive_field.cc102 case FieldDescriptor::TYPE_INT64 : return "Int64" ; in GetCapitalizedType()
129 case FieldDescriptor::TYPE_INT64 : return -1; in FixedSize()
Djavamicro_helpers.cc267 case FieldDescriptor::TYPE_INT64: in GetJavaType()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_primitive_field.cc55 case FieldDescriptor::TYPE_INT64 : return -1; in FixedSize()
Dcpp_helpers.cc216 case FieldDescriptor::TYPE_INT64 : return "Int64"; in DeclaredTypeMethodName()
/external/protobuf/python/google/protobuf/
Ddescriptor.py330 TYPE_INT64 = 3 variable in FieldDescriptor
Dtext_format.py240 elif field.type in (descriptor.FieldDescriptor.TYPE_INT64,
/external/protobuf/src/google/protobuf/compiler/
Dparser.cc78 result["int64" ] = FieldDescriptorProto::TYPE_INT64; in MakeTypeNameTable()
542 case FieldDescriptorProto::TYPE_INT64: in ParseDefaultAssignment()
/external/protobuf/src/google/protobuf/
Dwire_format_lite.h101 TYPE_INT64 = 3, enumerator
Ddescriptor.h300 TYPE_INT64 = 3, // int64, varint on the wire. Negative numbers enumerator
Dwire_format_lite_inl.h64 inline bool WireFormatLite::ReadPrimitive<int64, WireFormatLite::TYPE_INT64>(
Ddescriptor_unittest.cc1561 EXPECT_EQ(FD::CPPTYPE_INT64 , GetCppTypeForFieldType(FD::TYPE_INT64 )); in TEST_F()
1596 AddField(message_proto, "int64" , 2, label, FD::TYPE_INT64 ) in TEST_F()
1625 AddField(message_proto, "implicit_int64" , 22, label, FD::TYPE_INT64 ); in TEST_F()
Ddescriptor.proto98 TYPE_INT64 = 3; // Not ZigZag encoded. Negative numbers enumerator
Ddescriptor.pb.cc2171 const FieldDescriptorProto_Type FieldDescriptorProto::TYPE_INT64; member in google::protobuf::FieldDescriptorProto
6741 … ::google::protobuf::int64, ::google::protobuf::internal::WireFormatLite::TYPE_INT64>( in MergePartialFromCodedStream()
/external/chromium/net/tools/testserver/
Ddevice_management.py358 elif field.type == field.TYPE_INT64:
/external/bluetooth/glib/
DChangeLog.pre-2-4814 * glib/gnulib/printf-args.h (enum arg_type): Add TYPE_INT64
819 TYPE_INT64 and TYPE_UINT64.
821 modifier and map formats to TYPE_INT64.
822 * glib/gnulib/vasnprintf.c (vasnprintf): Print TYPE_INT64 with

12