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

  /external/jsoncpp/include/json/
value.h 138 static const LargestInt minLargestInt;
  /external/jsoncpp/src/lib_json/
json_reader.cpp 524 isNegative ? Value::LargestUInt(-Value::minLargestInt)
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 127 milliseconds