Lines Matching refs:put
62 basic_ostream& put(char_type c);
199 basic_ostream& put(char_type __c);
397 if (__f.put(*this, *this, this->fill(), __n).failed())
424 if (__f.put(*this, *this, this->fill(),
453 if (__f.put(*this, *this, this->fill(), static_cast<unsigned long>(__n)).failed())
480 if (__f.put(*this, *this, this->fill(),
509 if (__f.put(*this, *this, this->fill(), static_cast<unsigned long>(__n)).failed())
535 if (__f.put(*this, *this, this->fill(), __n).failed())
561 if (__f.put(*this, *this, this->fill(), __n).failed())
587 if (__f.put(*this, *this, this->fill(), __n).failed())
613 if (__f.put(*this, *this, this->fill(), __n).failed())
639 if (__f.put(*this, *this, this->fill(), static_cast<double>(__n)).failed())
665 if (__f.put(*this, *this, this->fill(), __n).failed())
691 if (__f.put(*this, *this, this->fill(), __n).failed())
717 if (__f.put(*this, *this, this->fill(), __n).failed())
903 basic_ostream<_CharT, _Traits>::put(char_type __c)
1022 __os.put(__os.widen('\n'));
1032 __os.put(_CharT());