Lines Matching refs:put
61 basic_ostream& put(char_type c);
195 basic_ostream& put(char_type __c);
393 if (__f.put(*this, *this, this->fill(), __n).failed())
420 if (__f.put(*this, *this, this->fill(),
449 if (__f.put(*this, *this, this->fill(), static_cast<unsigned long>(__n)).failed())
476 if (__f.put(*this, *this, this->fill(),
505 if (__f.put(*this, *this, this->fill(), static_cast<unsigned long>(__n)).failed())
531 if (__f.put(*this, *this, this->fill(), __n).failed())
557 if (__f.put(*this, *this, this->fill(), __n).failed())
583 if (__f.put(*this, *this, this->fill(), __n).failed())
609 if (__f.put(*this, *this, this->fill(), __n).failed())
635 if (__f.put(*this, *this, this->fill(), static_cast<double>(__n)).failed())
661 if (__f.put(*this, *this, this->fill(), __n).failed())
687 if (__f.put(*this, *this, this->fill(), __n).failed())
713 if (__f.put(*this, *this, this->fill(), __n).failed())
1067 basic_ostream<_CharT, _Traits>::put(char_type __c)
1181 __os.put(__os.widen('\n'));
1191 __os.put(_CharT());