Home
last modified time | relevance | path

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

123

/external/chromium_org/third_party/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,
/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,
/external/protobuf/java/src/main/java/com/google/protobuf/nano/
DExtension.java60 public static final int TYPE_INT64 = 3; field in Extension
346 case TYPE_INT64: in readData()
415 case TYPE_INT64: in writeSingularData()
545 case TYPE_INT64: in writeRepeatedData()
615 case TYPE_INT64: in computePackedDataSize()
673 case TYPE_INT64: in computeSingularSerializedSize()
/external/deqp/executor/
DxeTestCaseResult.hpp166 TYPE_INT64, enumerator
173 NumericValue (deInt64 value) : m_type(TYPE_INT64) { m_value.int64 = value; } in NumericValue()
177 deInt64 getInt64 (void) const { DE_ASSERT(getType() == TYPE_INT64); return m_value.int64; } in getInt64()
DxeTestCaseResult.cpp77 case NumericValue::TYPE_INT64: in operator <<()
/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.cc209 case FieldDescriptor::TYPE_INT64: in GetJavaType()
/external/protobuf/src/google/protobuf/compiler/javanano/
Djavanano_extension.cc56 case FieldDescriptor::TYPE_INT64 : return "TYPE_INT64" ; in GetTypeConstantName()
Djavanano_primitive_field.cc104 case FieldDescriptor::TYPE_INT64 : return "Int64" ; in GetCapitalizedType()
131 case FieldDescriptor::TYPE_INT64 : return -1; in FixedSize()
/external/chromium_org/third_party/mesa/src/src/mesa/main/
Dget.c95 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/mesa3d/src/mesa/main/
Dget.c95 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/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_extension.cc55 case FieldDescriptor::TYPE_INT64 : return "INT64"; in TypeName()
Djava_primitive_field.cc103 case FieldDescriptor::TYPE_INT64 : return "Int64" ; in GetCapitalizedType()
130 case FieldDescriptor::TYPE_INT64 : return -1; in FixedSize()
Djava_helpers.cc218 case FieldDescriptor::TYPE_INT64: in GetJavaType()
/external/chromium_org/third_party/protobuf/python/google/protobuf/
Ddescriptor.py364 TYPE_INT64 = 3 variable in FieldDescriptor
402 TYPE_INT64: CPPTYPE_INT64,
/external/deqp/framework/common/
DtcuTestLog.hpp214 enum Type { TYPE_INT64 = 0, TYPE_FLOAT64, TYPE_LAST }; enumerator
225 Value (deInt64 v) : type(TYPE_INT64) { value.int64 = v; } in Value()
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_primitive_field.cc55 case FieldDescriptor::TYPE_INT64 : return -1; in FixedSize()
Dcpp_helpers.cc232 case FieldDescriptor::TYPE_INT64 : return "Int64"; in DeclaredTypeMethodName()
/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
/external/protobuf/src/google/protobuf/compiler/
Dparser.cc78 result["int64" ] = FieldDescriptorProto::TYPE_INT64; in MakeTypeNameTable()
542 case FieldDescriptorProto::TYPE_INT64: in ParseDefaultAssignment()

123