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

  /external/jsoncpp/include/json/
value.h 157 static const UInt64 maxUInt64;
  /external/jsoncpp/src/lib_json/
json_value.cpp 46 const UInt64 Value::maxUInt64 = UInt64(-1);
48 // converting Value::maxUInt64 to a double correctly (AIX/xlC).
628 JSON_ASSERT_MESSAGE(InRange(value_.real_, 0, maxUInt64),
    [all...]
  /external/protobuf/conformance/third_party/jsoncpp/
json.h 585 static const UInt64 maxUInt64;
    [all...]
jsoncpp.cpp     [all...]
  /external/jsoncpp/src/test_lib_json/
main.cpp 18 #define kuint64max Json::Value::maxUInt64
    [all...]

Completed in 112 milliseconds