Home
last modified time | relevance | path

Searched refs:throwRuntimeError (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/jsoncpp/src/lib_json/
A Djson_valueiterator.h146 throwRuntimeError("ConstIterator to Iterator should never be allowed."); in ValueIterator()
A Djson_value.cpp123 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() function
215 JSONCPP_NORETURN void throwRuntimeError(String const& msg) {
A Djson_reader.cpp157 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 >>()
A Djson_writer.cpp1178 throwRuntimeError("commentStyle must be 'All' or 'None'"); in newStreamWriter()
1186 throwRuntimeError("precisionType must be 'significant' or 'decimal'"); in newStreamWriter()
/AliOS-Things-master/components/oss/src/external/json/
A Djsoncpp.cpp393 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() function
2711 JSONCPP_NORETURN void throwRuntimeError(JSONCPP_STRING const& msg)
5341 throwRuntimeError("commentStyle must be 'All' or 'None'"); in newStreamWriter()
A Djson.h549 JSONCPP_NORETURN void throwRuntimeError(JSONCPP_STRING const& msg);
/AliOS-Things-master/components/jsoncpp/include/json/
A Dvalue.h101 JSONCPP_NORETURN void throwRuntimeError(String const& msg);

Completed in 31 milliseconds