Searched refs:pushError (Results 1 – 2 of 2) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/third_party/jsoncpp/ |
D | json.h | 1389 bool pushError(const Value& value, const std::string& message); 1398 bool pushError(const Value& value, const std::string& message, const Value& extra);
|
D | jsoncpp.cpp | 1040 bool Reader::pushError(const Value& value, const std::string& message) { in pushError() function in Json::Reader 1057 bool Reader::pushError(const Value& value, const std::string& message, const Value& extra) { in pushError() function in Json::Reader 1120 bool pushError(const Value& value, const std::string& message); 1121 bool pushError(const Value& value, const std::string& message, const Value& extra); 2039 bool OurReader::pushError(const Value& value, const std::string& message) { in pushError() function in Json::OurReader 2056 bool OurReader::pushError(const Value& value, const std::string& message, const Value& extra) { in pushError() function in Json::OurReader
|