Home
last modified time | relevance | path

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

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dprogress.hpp93 _expected_count = expected_count; in restart()
99 if ( !_expected_count ) _expected_count = 1; // prevent divide by zero in restart()
113 unsigned long expected_count() const { return _expected_count; } in expected_count()
121 unsigned long _count, _expected_count, _next_tic_count; member in boost::progress_display
130 (static_cast<double>(_count)/_expected_count)*50.0 ); in display_tic()
133 static_cast<unsigned long>((_tic/50.0)*_expected_count); in display_tic()
134 if ( _count == _expected_count ) { in display_tic()