/external/protobuf/python/google/protobuf/internal/ |
D | type_checkers.py | 176 _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,
|
D | reflection_test.py | 712 index=0, number=1, type=FieldDescriptor.TYPE_INT64,
|
/external/libvpx/vp8/common/ |
D | type_aliases.h | 102 #ifndef TYPE_INT64
|
/external/bluetooth/glib/glib/gnulib/ |
D | printf-args.h | 53 TYPE_INT64, enumerator
|
D | printf-args.c | 73 case TYPE_INT64: in printf_fetchargs()
|
D | vasnprintf.c | 509 if (type == TYPE_INT64 || type == TYPE_UINT64) in vasnprintf() 657 case TYPE_INT64: in vasnprintf() 828 case TYPE_INT64: in vasnprintf()
|
D | printf-parse.c | 356 type = TYPE_INT64; in printf_parse()
|
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_primitive_field.cc | 102 case FieldDescriptor::TYPE_INT64 : return "Int64" ; in GetCapitalizedType() 129 case FieldDescriptor::TYPE_INT64 : return -1; in FixedSize()
|
D | java_extension.cc | 54 case FieldDescriptor::TYPE_INT64 : return "INT64"; in TypeName()
|
D | java_helpers.cc | 195 case FieldDescriptor::TYPE_INT64: in GetJavaType()
|
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
D | javamicro_primitive_field.cc | 102 case FieldDescriptor::TYPE_INT64 : return "Int64" ; in GetCapitalizedType() 129 case FieldDescriptor::TYPE_INT64 : return -1; in FixedSize()
|
D | javamicro_helpers.cc | 267 case FieldDescriptor::TYPE_INT64: in GetJavaType()
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_primitive_field.cc | 55 case FieldDescriptor::TYPE_INT64 : return -1; in FixedSize()
|
D | cpp_helpers.cc | 216 case FieldDescriptor::TYPE_INT64 : return "Int64"; in DeclaredTypeMethodName()
|
/external/protobuf/python/google/protobuf/ |
D | descriptor.py | 330 TYPE_INT64 = 3 variable in FieldDescriptor
|
D | text_format.py | 240 elif field.type in (descriptor.FieldDescriptor.TYPE_INT64,
|
/external/protobuf/src/google/protobuf/compiler/ |
D | parser.cc | 78 result["int64" ] = FieldDescriptorProto::TYPE_INT64; in MakeTypeNameTable() 542 case FieldDescriptorProto::TYPE_INT64: in ParseDefaultAssignment()
|
/external/protobuf/src/google/protobuf/ |
D | wire_format_lite.h | 101 TYPE_INT64 = 3, enumerator
|
D | descriptor.h | 300 TYPE_INT64 = 3, // int64, varint on the wire. Negative numbers enumerator
|
D | wire_format_lite_inl.h | 64 inline bool WireFormatLite::ReadPrimitive<int64, WireFormatLite::TYPE_INT64>(
|
D | descriptor_unittest.cc | 1561 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()
|
D | descriptor.proto | 98 TYPE_INT64 = 3; // Not ZigZag encoded. Negative numbers enumerator
|
D | descriptor.pb.cc | 2171 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/ |
D | device_management.py | 358 elif field.type == field.TYPE_INT64:
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-2-4 | 814 * 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
|