Searched refs:TYPE_INT64 (Results 1 - 25 of 53) sorted by relevance

123

/external/deqp/executor/
H A DxeTestCaseResult.cpp77 case NumericValue::TYPE_INT64:
H A DxeTestCaseResult.hpp166 TYPE_INT64, enumerator in enum:xe::ri::NumericValue::Type
173 NumericValue (deInt64 value) : m_type(TYPE_INT64) { m_value.int64 = value; }
177 deInt64 getInt64 (void) const { DE_ASSERT(getType() == TYPE_INT64); return m_value.int64; }
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A 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,
/external/protobuf/python/google/protobuf/internal/
H A 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,
/external/protobuf/java/src/main/java/com/google/protobuf/nano/
H A DExtension.java60 public static final int TYPE_INT64 = 3; field in class:Extension
346 case TYPE_INT64:
415 case TYPE_INT64:
545 case TYPE_INT64:
615 case TYPE_INT64:
673 case TYPE_INT64:
/external/protobuf/src/google/protobuf/compiler/javanano/
H A Djavanano_extension.cc56 case FieldDescriptor::TYPE_INT64 : return "TYPE_INT64" ;
H A Djavanano_primitive_field.cc104 case FieldDescriptor::TYPE_INT64 : return "Int64" ;
131 case FieldDescriptor::TYPE_INT64 : return -1;
H A Djavanano_helpers.cc292 case FieldDescriptor::TYPE_INT64:
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_primitive_field.cc102 case FieldDescriptor::TYPE_INT64 : return "Int64" ;
129 case FieldDescriptor::TYPE_INT64 : return -1;
H A Djava_extension.cc54 case FieldDescriptor::TYPE_INT64 : return "INT64";
H A Djava_helpers.cc195 case FieldDescriptor::TYPE_INT64:
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_extension.cc55 case FieldDescriptor::TYPE_INT64 : return "INT64";
H A Djava_primitive_field.cc103 case FieldDescriptor::TYPE_INT64 : return "Int64" ;
130 case FieldDescriptor::TYPE_INT64 : return -1;
H A Djava_helpers.cc218 case FieldDescriptor::TYPE_INT64:
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_primitive_field.cc102 case FieldDescriptor::TYPE_INT64 : return "Int64" ;
129 case FieldDescriptor::TYPE_INT64 : return -1;
H A Djavamicro_helpers.cc209 case FieldDescriptor::TYPE_INT64:
/external/chromium_org/third_party/protobuf/python/google/protobuf/
H A Ddescriptor.py364 TYPE_INT64 = 3 variable in class:FieldDescriptor
402 TYPE_INT64: CPPTYPE_INT64,
/external/deqp/framework/common/
H A DtcuTestLog.hpp214 enum Type { TYPE_INT64 = 0, TYPE_FLOAT64, TYPE_LAST }; enumerator in enum:tcu::SampleBuilder::Value::Type
225 Value (deInt64 v) : type(TYPE_INT64) { value.int64 = v; }
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_primitive_field.cc55 case FieldDescriptor::TYPE_INT64 : return -1;
H A Dcpp_helpers.cc232 case FieldDescriptor::TYPE_INT64 : return "Int64";
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_helpers.cc216 case FieldDescriptor::TYPE_INT64 : return "Int64";
H A Dcpp_primitive_field.cc55 case FieldDescriptor::TYPE_INT64 : return -1;
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dget.c95 TYPE_INT64, enumerator in enum:value_type
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:
2206 case TYPE_INT64:
2301 case TYPE_INT64:
2397 case TYPE_INT64:
2487 case TYPE_INT64:
2600 return TYPE_INT64;
2608 return TYPE_INT64;
[all...]
/external/mesa3d/src/mesa/main/
H A Dget.c95 TYPE_INT64, enumerator in enum:value_type
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:
2206 case TYPE_INT64:
2301 case TYPE_INT64:
2397 case TYPE_INT64:
2487 case TYPE_INT64:
2600 return TYPE_INT64;
2608 return TYPE_INT64;
[all...]
/external/protobuf/python/google/protobuf/
H A Ddescriptor.py330 TYPE_INT64 = 3 variable in class:FieldDescriptor

Completed in 326 milliseconds

123