HomeSort by relevance Sort by last modified time
    Searched defs:NumericValue (Results 1 - 3 of 3) 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;
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 168 milliseconds