Searched defs:TYPE_INT64 (Results 1 - 11 of 11) sorted by relevance

/external/nanopb-c/generator/google/protobuf/
H A Ddescriptor.py364 TYPE_INT64 = 3 variable in class:FieldDescriptor
402 TYPE_INT64: CPPTYPE_INT64,
/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
365 case TYPE_INT64:
434 case TYPE_INT64:
564 case TYPE_INT64:
634 case TYPE_INT64:
692 case TYPE_INT64:
/external/protobuf/python/google/protobuf/
H A Ddescriptor.py385 TYPE_INT64 = 3 variable in class:FieldDescriptor
423 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/protobuf/src/google/protobuf/
H A Dwire_format_lite.h99 TYPE_INT64 = 3, enumerator in enum:google::protobuf::internal::WireFormatLite::FieldType
H A Ddescriptor.h349 TYPE_INT64 = 3, // int64, varint on the wire. Negative numbers enumerator in enum:google::protobuf::FieldDescriptor::Type
380 CPPTYPE_INT64 = 2, // TYPE_INT64, TYPE_SINT64, TYPE_SFIXED64
H A Ddescriptor.pb.cc2526 const FieldDescriptorProto_Type FieldDescriptorProto::TYPE_INT64; member in class:google::protobuf::FieldDescriptorProto
8141 ::google::protobuf::int64, ::google::protobuf::internal::WireFormatLite::TYPE_INT64>(
H A Ddescriptor.pb.h776 static const Type TYPE_INT64 = FieldDescriptorProto_Type_TYPE_INT64; member in class:google::protobuf::FieldDescriptorProto
/external/deqp/executor/
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/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/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/protobuf/ com/google/protobuf/UninitializedMessageException ...

Completed in 459 milliseconds