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

  /external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/
json_value.cpp 39 const Int64 Value::maxInt64 = Int64( UInt64(-1)/2 );
795 JSON_ASSERT_MESSAGE(InRange(value_.real_, minInt64, maxInt64), "double out of Int64 range");
    [all...]
  /external/chromium_org/third_party/jsoncpp/overrides/include/json/
value.h 158 static const Int64 maxInt64;
    [all...]

Completed in 116 milliseconds