Searched refs:m_pauseCount (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dstopwatch.h27 wxStopWatch() { m_pauseCount = 0; Start(); }
35 if ( m_pauseCount++ == 0 )
42 wxASSERT_MSG( m_pauseCount > 0,
45 if ( --m_pauseCount == 0 )
60 // the time of the last Pause() (only valid if m_pauseCount > 0)
64 int m_pauseCount; member in class:wxStopWatch
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dstopwatch.cpp141 m_pauseCount = 0;
167 return m_pauseCount ? m_pause : GetElapsedTime();

Completed in 98 milliseconds