Searched refs:pushError (Results 1 – 4 of 4) sorted by relevance
/external/jsoncpp/include/json/ |
D | reader.h | 139 bool pushError(const Value& value, const std::string& message); 148 bool pushError(const Value& value, const std::string& message, const Value& extra);
|
/external/jsoncpp/src/lib_json/ |
D | json_reader.cpp | 835 bool Reader::pushError(const Value& value, const std::string& message) { in pushError() function in Json::Reader 852 bool Reader::pushError(const Value& value, const std::string& message, const Value& extra) { in pushError() function in Json::Reader
|
/external/protobuf/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
|