Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_ostream.c122 : __pfrom(pfrom), __c(0), __do_guard(false) {} in _SPutBackC()
124 if (__do_guard) { in ~_SPutBackC()
131 __do_guard = true; in guard()
134 __do_guard = false; in release()
140 bool __do_guard; member