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

  /external/jsoncpp/include/json/
value.h 140 static const LargestInt maxLargestInt;
  /external/protobuf/conformance/third_party/jsoncpp/
json.h 568 static const LargestInt maxLargestInt;
    [all...]
jsoncpp.cpp 760 isNegative ? Value::LargestUInt(Value::maxLargestInt) + 1
    [all...]
  /external/jsoncpp/src/lib_json/
json_value.cpp 53 const LargestInt Value::maxLargestInt = LargestInt(LargestUInt(-1) / 2);
    [all...]

Completed in 295 milliseconds