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

/external/stlport/stlport/stl/
H A D_ostream.c197 bool __failed = true; local
202 __failed = (use_facet<_NumPut>(__os.getloc())).put(ostreambuf_iterator<_CharT, _Traits>(__os.rdbuf()),
210 if (__failed)
303 bool __failed = true; local
308 __failed = this->_S_eof(this->rdbuf()->sputc(__c));
310 __failed = this->_S_eof(this->rdbuf()->sputc(__c));
311 __failed = __failed ||
315 __failed = this->rdbuf()->_M_sputnc(this->fill(), __npad) != __npad;
316 __failed
334 bool __failed = true; local
366 bool __failed = true; local
410 bool __failed = true; local
432 bool __failed = true; local
[all...]

Completed in 41 milliseconds