Searched refs:mErrors (Results 1 – 2 of 2) sorted by relevance
53 : mErrors(0)73 ++mErrors; in log()109 ss << prefix << "Errors: " << mErrors << "\n";111 if (mErrors == 0 || lines <= headerLines) {186 int64_t mErrors; // total number of errors registered variable
184 ++mErrors; in error()214 ss << " err=" << mErrors; // errors encountered. in toString()236 constexpr int64_t getErrors() const { return mErrors; } in getErrors()275 int64_t mErrors = 0; variable