Searched refs:OutputErrorCode (Results 1 – 2 of 2) sorted by relevance
36 #define ERROR_CODE(code) ErrorCode(code).OutputErrorCode((__FILE_NAME__), (__LINE__), (code))99 std::ostream& OutputErrorCode(const std::string &path, int line, UpdaterErrorCode code);
158 std::ostream& ErrorCode::OutputErrorCode(const std::string &path, int line, UpdaterErrorCode code) in OutputErrorCode() function in Updater::ErrorCode