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

  /external/jsoncpp/src/lib_json/
json_reader.cpp 523 Value::LargestUInt maxIntegerValue =
526 Value::LargestUInt threshold = maxIntegerValue / 10;
541 digit > maxIntegerValue % 10) {
  /external/protobuf/conformance/third_party/jsoncpp/
jsoncpp.cpp 759 Value::LargestUInt maxIntegerValue =
762 Value::LargestUInt threshold = maxIntegerValue / 10;
775 digit > maxIntegerValue % 10) {
781 if (isNegative && value == maxIntegerValue)
    [all...]

Completed in 63 milliseconds