LargestInt        135 third_party/jsoncpp/overrides/include/json/value.h       typedef Json::LargestInt LargestInt;
LargestInt        141 third_party/jsoncpp/overrides/include/json/value.h       static const LargestInt minLargestInt;
LargestInt        143 third_party/jsoncpp/overrides/include/json/value.h       static const LargestInt maxLargestInt;
LargestInt        274 third_party/jsoncpp/overrides/include/json/value.h       LargestInt asLargestInt() const;
LargestInt        486 third_party/jsoncpp/overrides/include/json/value.h          LargestInt int_;
LargestInt        626 third_party/jsoncpp/overrides/src/lib_json/json_reader.cpp       currentValue() = -Value::LargestInt( value );
LargestInt        628 third_party/jsoncpp/overrides/src/lib_json/json_reader.cpp       currentValue() = Value::LargestInt( value );
LargestInt         52 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp const LargestInt Value::minLargestInt = LargestInt( ~(LargestUInt(-1)/2) );
LargestInt         53 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp const LargestInt Value::maxLargestInt = LargestInt( LargestUInt(-1)/2 );
LargestInt        839 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp LargestInt