Searched refs:JsonParseError (Results 1 – 2 of 2) sorted by relevance
88 enum JsonParseError { enum129 static std::string ErrorCodeToString(JsonParseError error_code);133 JsonParseError error_code() const { return error_code_; } in error_code()197 void SetErrorCode(const JsonParseError error, const wchar_t* error_pos);212 JsonParseError error_code_;
114 std::string JSONReader::ErrorCodeToString(JsonParseError error_code) { in ErrorCodeToString()648 void JSONReader::SetErrorCode(JsonParseError error, in SetErrorCode()