Home
last modified time | relevance | path

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

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dprogress.hpp92 _count = _next_tic_count = _tic = 0; in restart()
107 if ( (_count += increment) >= _next_tic_count ) { display_tic(); } in operator +=()
121 unsigned long _count, _expected_count, _next_tic_count; member in boost::progress_display
132 _next_tic_count = in display_tic()