Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/src/
Diostream.cpp141 bool ios_base::_S_is_synced = true; member in ios_base
202 if (_S_is_synced) in _S_initialize()
207 if (_S_is_synced) { in _S_initialize()
302 if (sync == _S_is_synced) return sync; in sync_with_stdio()
307 _S_is_synced = sync; in sync_with_stdio()
344 _S_is_synced = sync; in sync_with_stdio()
347 return _S_is_synced; in sync_with_stdio()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_ios_base.h204 static bool _S_is_synced; variable