Home
last modified time | relevance | path

Searched refs:JSON_NO_ERROR (Results 1 - 3 of 3) sorted by relevance

/third_party/gn/src/base/json/
H A Djson_reader.h63 JSON_NO_ERROR = 0, enumerator
113 // Returns an empty string if error_code is JSON_NO_ERROR.
120 // Returns JSON_NO_ERROR otherwise.
H A Djson_reader.cc78 case JSON_NO_ERROR:
H A Djson_parser.cc63 error_code_(JSONReader::JSON_NO_ERROR), in JSONParser()
77 error_code_ = JSONReader::JSON_NO_ERROR; in Parse()

Completed in 3 milliseconds