Searched refs:m_nErrors (Results 1 – 2 of 2) sorted by relevance
176 private long m_nErrors ; field in Protocol499 m_nErrors = 0; in Protocol()664 ++m_nErrors; in log()731 if (m_nErrors > 0) in logStatistics()739 log(nLogType , "errors = "+m_nErrors ); in logStatistics()751 m_nErrors = 0; in resetStatistics()
130 int m_nErrors; field in Logger150 m_nErrors++; in assure()159 if (m_nErrors > 0) in printStatus()160 msg = "Test failed! " + m_nErrors.ToString() + " Errors."; in printStatus()171 return m_nErrors;
Completed in 20 milliseconds