Searched refs:__failed (Results 1 – 2 of 2) sorted by relevance
197 bool __failed = true; in __put_num() local202 …__failed = (use_facet<_NumPut>(__os.getloc())).put(ostreambuf_iterator<_CharT, _Traits>(__os.rdbuf… in __put_num()210 if (__failed) in __put_num()303 bool __failed = true; in _M_put_char() local308 __failed = this->_S_eof(this->rdbuf()->sputc(__c)); in _M_put_char()310 __failed = this->_S_eof(this->rdbuf()->sputc(__c)); in _M_put_char()311 __failed = __failed || in _M_put_char()315 __failed = this->rdbuf()->_M_sputnc(this->fill(), __npad) != __npad; in _M_put_char()316 __failed = __failed || this->_S_eof(this->rdbuf()->sputc(__c)); in _M_put_char()325 if (__failed) in _M_put_char()[all …]
1239 bool __failed = false; in __copy_unbuffered() local1244 __failed = true; in __copy_unbuffered()1247 __failed = true; in __copy_unbuffered()1252 if (__failed && !__pushback(__src, _Traits::to_char_type(__c))) in __copy_unbuffered()1256 if (__failed) in __copy_unbuffered()