/external/nanopb-c/generator/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,
|
/external/protobuf/python/google/protobuf/internal/ |
D | type_checkers.py | 218 _FieldDescriptor.TYPE_INT64: wire_format.Int64ByteSize, 241 _FieldDescriptor.TYPE_INT64: encoder.Int64Encoder, 264 _FieldDescriptor.TYPE_INT64: encoder.Int64Sizer, 287 _FieldDescriptor.TYPE_INT64: decoder.Int64Decoder, 309 _FieldDescriptor.TYPE_INT64: wire_format.WIRETYPE_VARINT,
|
/external/protobuf/java/src/main/java/com/google/protobuf/nano/ |
D | Extension.java | 60 public static final int TYPE_INT64 = 3; field in Extension 365 case TYPE_INT64: in readData() 434 case TYPE_INT64: in writeSingularData() 564 case TYPE_INT64: in writeRepeatedData() 634 case TYPE_INT64: in computePackedDataSize() 692 case TYPE_INT64: in computeSingularSerializedSize()
|
/external/deqp/executor/ |
D | xeTestCaseResult.hpp | 167 TYPE_INT64, enumerator 174 NumericValue (deInt64 value) : m_type(TYPE_INT64) { m_value.int64 = value; } in NumericValue() 178 deInt64 getInt64 (void) const { DE_ASSERT(getType() == TYPE_INT64); return m_value.int64; } in getInt64()
|
D | xeTestCaseResult.cpp | 77 case NumericValue::TYPE_INT64: in operator <<()
|
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_helpers.cc | 272 case FieldDescriptor::TYPE_INT64: in GetJavaType() 336 case FieldDescriptor::TYPE_INT64 : return "INT64"; in FieldTypeName() 609 case FieldDescriptor::TYPE_INT64 : return "Int64"; in GetCapitalizedType() 638 case FieldDescriptor::TYPE_INT64 : return -1; in FixedSize()
|
/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 | 209 case FieldDescriptor::TYPE_INT64: in GetJavaType()
|
/external/mesa3d/src/mesa/main/ |
D | get.c | 95 TYPE_INT64, enumerator 187 #define CONTEXT_INT64(field) CONTEXT_FIELD(field, TYPE_INT64) 1372 { GL_TIMESTAMP, LOC_CUSTOM, TYPE_INT64, 0, extra_ARB_timer_query } 2117 case TYPE_INT64: in _mesa_GetBooleanv() 2206 case TYPE_INT64: in _mesa_GetFloatv() 2301 case TYPE_INT64: in _mesa_GetIntegerv() 2397 case TYPE_INT64: in _mesa_GetInteger64v() 2487 case TYPE_INT64: in _mesa_GetDoublev() 2600 return TYPE_INT64; in find_value_indexed() 2608 return TYPE_INT64; in find_value_indexed() [all …]
|
/external/protobuf/src/google/protobuf/compiler/javanano/ |
D | javanano_extension.cc | 56 case FieldDescriptor::TYPE_INT64 : return "TYPE_INT64" ; in GetTypeConstantName()
|
D | javanano_primitive_field.cc | 104 case FieldDescriptor::TYPE_INT64 : return "Int64" ; in GetCapitalizedType() 131 case FieldDescriptor::TYPE_INT64 : return -1; in FixedSize()
|
D | javanano_helpers.cc | 292 case FieldDescriptor::TYPE_INT64: in GetJavaType()
|
/external/nanopb-c/generator/google/protobuf/ |
D | descriptor.py | 364 TYPE_INT64 = 3 variable in FieldDescriptor 402 TYPE_INT64: CPPTYPE_INT64,
|
D | text_format.py | 260 elif field.type in (descriptor.FieldDescriptor.TYPE_INT64,
|
/external/deqp/framework/common/ |
D | tcuTestLog.hpp | 217 enum Type { TYPE_INT64 = 0, TYPE_FLOAT64, TYPE_LAST }; enumerator 228 Value (deInt64 v) : type(TYPE_INT64) { value.int64 = v; } in Value()
|
D | tcuTestLog.cpp | 170 else if (val->type == Value::TYPE_INT64) in operator <<()
|
/external/protobuf/python/google/protobuf/ |
D | descriptor.py | 385 TYPE_INT64 = 3 variable in FieldDescriptor 423 TYPE_INT64: CPPTYPE_INT64,
|
D | text_format.py | 414 elif field.type in (descriptor.FieldDescriptor.TYPE_INT64,
|
/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 | 232 case FieldDescriptor::TYPE_INT64 : return "Int64"; in DeclaredTypeMethodName()
|
/external/protobuf/src/google/protobuf/ |
D | descriptor_unittest.cc | 1724 EXPECT_STREQ("int64" , GetTypeNameForFieldType(FD::TYPE_INT64 )); in TEST_F() 1749 EXPECT_STREQ("int64" , FD::TypeName(FD::TYPE_INT64 )); in TEST_F() 1774 EXPECT_EQ(FD::CPPTYPE_INT64 , GetCppTypeForFieldType(FD::TYPE_INT64 )); in TEST_F() 1799 EXPECT_STREQ("int64" , GetCppTypeNameForFieldType(FD::TYPE_INT64 )); in TEST_F() 1841 EXPECT_TRUE(NULL == GetMessageDescriptorForFieldType(FD::TYPE_INT64 )); in TEST_F() 1866 EXPECT_TRUE(NULL == GetEnumDescriptorForFieldType(FD::TYPE_INT64 )); in TEST_F() 1902 AddField(message_proto, "int64" , 2, label, FD::TYPE_INT64 ) in TEST_F() 1931 AddField(message_proto, "implicit_int64" , 22, label, FD::TYPE_INT64 ); in TEST_F()
|
D | wire_format_lite.h | 99 TYPE_INT64 = 3, enumerator
|
D | descriptor.h | 349 TYPE_INT64 = 3, // int64, varint on the wire. Negative numbers enumerator
|
D | wire_format_lite_inl.h | 68 inline bool WireFormatLite::ReadPrimitive<int64, WireFormatLite::TYPE_INT64>(
|
/external/protobuf/src/google/protobuf/compiler/ |
D | parser.cc | 78 result["int64" ] = FieldDescriptorProto::TYPE_INT64; in MakeTypeNameTable() 848 case FieldDescriptorProto::TYPE_INT64: in ParseDefaultAssignment()
|