Searched defs:flush (Results 1 - 3 of 3) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
H A Dprogress.hpp97 << std::endl // endl implies flush, which ensures display
131 do { m_os << '*' << std::flush; } while ( ++_tic < tics_needed ); member in class:boost::progress_display::std
/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_ostream.h134 _Self& flush() { function in class:basic_ostream
189 _M_str.flush();
224 __str.tie()->flush();
359 __os.flush();
372 flush(basic_ostream<_CharT, _Traits>& __os) { function
373 __os.flush();
H A D_rope.h217 void flush() { function in class:sequence_buffer
221 ~sequence_buffer() { flush(); }
229 __x.flush();
235 __x.flush();
251 flush();
267 flush();

Completed in 275 milliseconds