HomeSort by relevance Sort by last modified time
    Searched defs:maxUInt64 (Results 1 - 4 of 4) sorted by null

  /external/jsoncpp/chromium-overrides/src/lib_json/
json_value.cpp 40 const UInt64 Value::maxUInt64 = UInt64(-1);
42 // converting Value::maxUInt64 to a double correctly (AIX/xlC).
819 JSON_ASSERT_MESSAGE(InRange(value_.real_, 0, maxUInt64), "double out of UInt64 range");
    [all...]
  /external/jsoncpp/src/lib_json/
json_value.cpp 36 const UInt64 Value::maxUInt64 = UInt64(-1);
38 // converting Value::maxUInt64 to a double correctly (AIX/xlC).
815 JSON_ASSERT_MESSAGE(InRange(value_.real_, 0, maxUInt64), "double out of UInt64 range");
    [all...]
  /external/jsoncpp/chromium-overrides/include/json/
value.h 160 static const UInt64 maxUInt64;
    [all...]
  /external/jsoncpp/include/json/
value.h 160 static const UInt64 maxUInt64;
    [all...]

Completed in 1209 milliseconds