Searched refs:throwRuntimeError (Results 1 – 7 of 7) sorted by relevance
146 throwRuntimeError("ConstIterator to Iterator should never be allowed."); in ValueIterator()
123 throwRuntimeError("in Json::Value::duplicateStringValue(): " in duplicateStringValue()144 throwRuntimeError("in Json::Value::duplicateAndPrefixStringValue(): " in duplicateAndPrefixStringValue()208 JSONCPP_NORETURN void throwRuntimeError(String const& msg) { in throwRuntimeError() function215 JSONCPP_NORETURN void throwRuntimeError(String const& msg) {
157 throwRuntimeError("Exceeded stackLimit in readValue()."); in readValue()1053 throwRuntimeError("Exceeded stackLimit in readValue()."); in readValue()1469 throwRuntimeError("keylength >= 2^30"); in readObject()1988 throwRuntimeError(errs); in operator >>()
1178 throwRuntimeError("commentStyle must be 'All' or 'None'"); in newStreamWriter()1186 throwRuntimeError("precisionType must be 'significant' or 'decimal'"); in newStreamWriter()
393 if (nodes_.size() > stackLimit_g) throwRuntimeError("Exceeded stackLimit in readValue()."); in readValue()1326 …if (static_cast<int>(nodes_.size()) > features_.stackLimit_) throwRuntimeError("Exceeded stackLimi… in readValue()1719 if (name.length() >= (1U<<30)) throwRuntimeError("keylength >= 2^30"); in readObject()2278 throwRuntimeError(errs); in operator >>()2458 throwRuntimeError("ConstIterator to Iterator should never be allowed."); in ValueIterator()2595 throwRuntimeError( in duplicateStringValue()2618 throwRuntimeError( in duplicateAndPrefixStringValue()2701 JSONCPP_NORETURN void throwRuntimeError(JSONCPP_STRING const& msg) in throwRuntimeError() function2711 JSONCPP_NORETURN void throwRuntimeError(JSONCPP_STRING const& msg)5341 throwRuntimeError("commentStyle must be 'All' or 'None'"); in newStreamWriter()
549 JSONCPP_NORETURN void throwRuntimeError(JSONCPP_STRING const& msg);
101 JSONCPP_NORETURN void throwRuntimeError(String const& msg);
Completed in 31 milliseconds