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

  /external/jsoncpp/include/json/
value.h 138 static const LargestInt minLargestInt;
  /external/jsoncpp/src/lib_json/
json_value.cpp 52 const LargestInt Value::minLargestInt = LargestInt(~(LargestUInt(-1) / 2));
    [all...]
  /external/protobuf/conformance/third_party/jsoncpp/
json.h 566 static const LargestInt minLargestInt;
    [all...]
jsoncpp.cpp 782 decoded = Value::minLargestInt;
    [all...]

Completed in 88 milliseconds