Home
last modified time | relevance | path

Searched refs:ErrorCodeToString (Results 1 – 3 of 3) sorted by relevance

/third_party/gn/src/base/json/
Djson_reader.h114 static std::string ErrorCodeToString(JsonParseError error_code);
Djson_reader.cc76 std::string JSONReader::ErrorCodeToString(JsonParseError error_code) { in ErrorCodeToString() function in base::JSONReader
Djson_parser.cc113 JSONReader::ErrorCodeToString(error_code_)); in GetErrorMessage()