Home
last modified time | relevance | path

Searched refs:throwLogicError (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/third_party/jsoncpp/
Djson.h459 void throwLogicError(std::string const& msg);
2035 {if (!(condition)) {Json::throwLogicError( "assert json failed" );}}
2040 Json::throwLogicError(oss.str()); \
Djsoncpp.cpp2588 void throwLogicError(std::string const& msg) in throwLogicError() function