Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/third_party/jsoncpp/
Djson.h451 class JSON_API LogicError : public Exception {
453 LogicError(std::string const& msg);
Djsoncpp.cpp2581 LogicError::LogicError(std::string const& msg) in LogicError() function in Json::LogicError
2590 throw LogicError(msg); in throwLogicError()