Searched refs:ErrorEntryComparer (Results 1 – 3 of 3) sorted by relevance
71 struct ErrorEntryComparer struct74 ErrorEntryComparer(int code_) : code(code_) {} in ErrorEntryComparer() argument80 size_t idx = std::find_if(errors, errors + n, ErrorEntryComparer(code)) - errors; in getErrorString()
61 struct ErrorEntryComparer struct64 ErrorEntryComparer(int code_) : code(code_) {} in ErrorEntryComparer() argument123 …size_t idx = std::find_if(ncv_errors, ncv_errors + ncv_error_num, ErrorEntryComparer(code)) - ncv_… in getNcvErrorMessage()
1091 struct ErrorEntryComparer struct1094 ErrorEntryComparer(int code_) : code(code_) {} in ErrorEntryComparer() argument1243 size_t idx = std::find_if(errors, errors + n, ErrorEntryComparer(code)) - errors; in getErrorString()