Home
last modified time | relevance | path

Searched refs:IsRunning (Results 1 – 2 of 2) sorted by relevance

/NW4C-1.2.23/include/nw/font/
Dfont_Stopwatch.h38 NN_ASSERT(! IsRunning()); in Start()
46 NN_ASSERT(IsRunning()); in Stop()
65 bool IsRunning() const in IsRunning() function
/NW4C-1.2.23/include/nw/lyt/
Dlyt_Stopwatch.h88 NW_ASSERT(!this->IsRunning());
100 NW_ASSERT(this->IsRunning()); in Stop()
146 bool IsRunning() const in IsRunning() function
299 if(m_Stopwatch.IsRunning()) in ~Measure()