OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NumericValue
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bluetoothapis.h
130
ULONG
NumericValue
;
/external/deqp/executor/
xeTestCaseResult.hpp
160
class
NumericValue
172
NumericValue
(void) : m_type(TYPE_EMPTY) {}
173
NumericValue
(deInt64 value) : m_type(TYPE_INT64) { m_value.int64 = value; }
174
NumericValue
(double value) : m_type(TYPE_FLOAT64) { m_value.float64 = value; }
189
std::ostream& operator<< (std::ostream& str, const
NumericValue
& value);
238
NumericValue
value;
481
NumericValue
value;
Completed in 72 milliseconds