Home
last modified time | relevance | path

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

/external/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()
/external/stlport/stlport/stl/
D_ios_base.h202 static bool _S_is_synced; variable
/external/stlport/etc/
DChangeLog783 * stlport/stl/_ios_base.h: _S_was_synced renamed in _S_is_synced