Searched refs:JSON_NO_ERROR (Results 1 – 6 of 6) sorted by relevance
81 return JSON_NO_ERROR; in ReadFileToString()86 case JSON_NO_ERROR: in GetErrorMessageForCode()107 if (error != JSON_NO_ERROR) { in Deserialize()
69 JSON_NO_ERROR = 0, enumerator
85 case JSON_NO_ERROR: in ErrorCodeToString()
68 error_code_(JSONReader::JSON_NO_ERROR), in JSONParser()84 error_code_ = JSONReader::JSON_NO_ERROR; in Parse()
670 EXPECT_NE(JSONReader::JSON_NO_ERROR, reader.error_code()); in TEST()