Lines Matching refs:ios_base

284     ios_base::iostate& __err,
364 __err |= ios_base::eofbit;
370 __err |= ios_base::failbit;
377 static int __get_base(ios_base&);
386 __check_grouping(const string& __grouping, unsigned* __g, unsigned* __g_end, ios_base::iostate& __e…
390 …static string __stage2_float_prep(ios_base& __iob, _CharT* __atoms, _CharT& __decimal_point, _Char…
406 static string __stage2_int_prep(ios_base& __iob, _CharT* __atoms, _CharT& __thousands_sep);
420 static string __stage2_int_prep(ios_base& __iob, _CharT& __thousands_sep) {
427 …const _CharT* __do_widen(ios_base& __iob, _CharT* __atoms) const { return __do_widen_p(__iob, __at…
443 const _Tp* __do_widen_p(ios_base& __iob, _Tp* __atoms) const {
449 const char* __do_widen_p(ios_base& __iob, char* __atoms) const {
459 string __num_get<_CharT>::__stage2_int_prep(ios_base& __iob, _CharT* __atoms, _CharT& __thousands_s…
470 ios_base& __iob, _CharT* __atoms, _CharT& __decimal_point, _CharT& __thousands_sep) {
602 get(iter_type __b, iter_type __e, ios_base& __iob, ios_base::iostate& __err, bool& __v) const {
607 get(iter_type __b, iter_type __e, ios_base& __iob, ios_base::iostate& __err, long& __v) const {
612 …get(iter_type __b, iter_type __e, ios_base& __iob, ios_base::iostate& __err, long long& __v) const…
617 …get(iter_type __b, iter_type __e, ios_base& __iob, ios_base::iostate& __err, unsigned short& __v) …
622 …get(iter_type __b, iter_type __e, ios_base& __iob, ios_base::iostate& __err, unsigned int& __v) co…
627 …get(iter_type __b, iter_type __e, ios_base& __iob, ios_base::iostate& __err, unsigned long& __v) c…
632 …get(iter_type __b, iter_type __e, ios_base& __iob, ios_base::iostate& __err, unsigned long long& _…
637 get(iter_type __b, iter_type __e, ios_base& __iob, ios_base::iostate& __err, float& __v) const {
642 get(iter_type __b, iter_type __e, ios_base& __iob, ios_base::iostate& __err, double& __v) const {
647 …get(iter_type __b, iter_type __e, ios_base& __iob, ios_base::iostate& __err, long double& __v) con…
652 get(iter_type __b, iter_type __e, ios_base& __iob, ios_base::iostate& __err, void*& __v) const {
663 …__do_get_floating_point(iter_type __b, iter_type __e, ios_base& __iob, ios_base::iostate& __err, _…
667 …__do_get_signed(iter_type __b, iter_type __e, ios_base& __iob, ios_base::iostate& __err, _Signed& …
671 …__do_get_unsigned(iter_type __b, iter_type __e, ios_base& __iob, ios_base::iostate& __err, _Unsign…
673 …virtual iter_type do_get(iter_type __b, iter_type __e, ios_base& __iob, ios_base::iostate& __err, …
675 …virtual iter_type do_get(iter_type __b, iter_type __e, ios_base& __iob, ios_base::iostate& __err, …
680 …do_get(iter_type __b, iter_type __e, ios_base& __iob, ios_base::iostate& __err, long long& __v) co…
685 …do_get(iter_type __b, iter_type __e, ios_base& __iob, ios_base::iostate& __err, unsigned short& __…
690 …do_get(iter_type __b, iter_type __e, ios_base& __iob, ios_base::iostate& __err, unsigned int& __v)…
695 …do_get(iter_type __b, iter_type __e, ios_base& __iob, ios_base::iostate& __err, unsigned long& __v…
700 …do_get(iter_type __b, iter_type __e, ios_base& __iob, ios_base::iostate& __err, unsigned long long…
704 …virtual iter_type do_get(iter_type __b, iter_type __e, ios_base& __iob, ios_base::iostate& __err, …
708 …virtual iter_type do_get(iter_type __b, iter_type __e, ios_base& __iob, ios_base::iostate& __err, …
713 …do_get(iter_type __b, iter_type __e, ios_base& __iob, ios_base::iostate& __err, long double& __v) …
717 …virtual iter_type do_get(iter_type __b, iter_type __e, ios_base& __iob, ios_base::iostate& __err, …
725 __num_get_signed_integral(const char* __a, const char* __a_end, ios_base::iostate& __err, int __bas…
735 __err = ios_base::failbit;
738 __err = ios_base::failbit;
746 __err = ios_base::failbit;
752 __num_get_unsigned_integral(const char* __a, const char* __a_end, ios_base::iostate& __err, int __b…
756 __err = ios_base::failbit;
767 __err = ios_base::failbit;
770 __err = ios_base::failbit;
778 __err = ios_base::failbit;
801 _LIBCPP_HIDE_FROM_ABI _Tp __num_get_float(const char* __a, const char* __a_end, ios_base::iostate& …
811 __err = ios_base::failbit;
814 __err = ios_base::failbit;
817 __err = ios_base::failbit;
823 iter_type __b, iter_type __e, ios_base& __iob, ios_base::iostate& __err, bool& __v) const {
824 if ((__iob.flags() & ios_base::boolalpha) == 0) {
836 __err = ios_base::failbit;
855 iter_type __b, iter_type __e, ios_base& __iob, ios_base::iostate& __err, _Signed& __v) const {
895 __err |= ios_base::eofbit;
904 iter_type __b, iter_type __e, ios_base& __iob, ios_base::iostate& __err, _Unsigned& __v) const {
944 __err |= ios_base::eofbit;
953 iter_type __b, iter_type __e, ios_base& __iob, ios_base::iostate& __err, _Fp& __v) const {
1016 __err |= ios_base::eofbit;
1022 iter_type __b, iter_type __e, ios_base& __iob, ios_base::iostate& __err, void*& __v) const {
1052 __err = ios_base::failbit;
1055 __err |= ios_base::eofbit;
1066 …static void __format_int(char* __fmt, const char* __len, bool __signd, ios_base::fmtflags __flags);
1067 static bool __format_float(char* __fmt, const char* __len, ios_base::fmtflags __flags);
1068 static char* __identify_padding(char* __nb, char* __ne, const ios_base& __iob);
1190 …_LIBCPP_HIDE_FROM_ABI iter_type put(iter_type __s, ios_base& __iob, char_type __fl, bool __v) cons…
1194 …_LIBCPP_HIDE_FROM_ABI iter_type put(iter_type __s, ios_base& __iob, char_type __fl, long __v) cons…
1198 …_LIBCPP_HIDE_FROM_ABI iter_type put(iter_type __s, ios_base& __iob, char_type __fl, long long __v)…
1202 …_LIBCPP_HIDE_FROM_ABI iter_type put(iter_type __s, ios_base& __iob, char_type __fl, unsigned long …
1206 …_LIBCPP_HIDE_FROM_ABI iter_type put(iter_type __s, ios_base& __iob, char_type __fl, unsigned long …
1210 …_LIBCPP_HIDE_FROM_ABI iter_type put(iter_type __s, ios_base& __iob, char_type __fl, double __v) co…
1214 …_LIBCPP_HIDE_FROM_ABI iter_type put(iter_type __s, ios_base& __iob, char_type __fl, long double __…
1218 …_LIBCPP_HIDE_FROM_ABI iter_type put(iter_type __s, ios_base& __iob, char_type __fl, const void* __…
1227 virtual iter_type do_put(iter_type __s, ios_base& __iob, char_type __fl, bool __v) const;
1228 virtual iter_type do_put(iter_type __s, ios_base& __iob, char_type __fl, long __v) const;
1229 virtual iter_type do_put(iter_type __s, ios_base& __iob, char_type __fl, long long __v) const;
1230 virtual iter_type do_put(iter_type __s, ios_base& __iob, char_type __fl, unsigned long) const;
1231 …virtual iter_type do_put(iter_type __s, ios_base& __iob, char_type __fl, unsigned long long) const;
1232 virtual iter_type do_put(iter_type __s, ios_base& __iob, char_type __fl, double __v) const;
1233 virtual iter_type do_put(iter_type __s, ios_base& __iob, char_type __fl, long double __v) const;
1234 virtual iter_type do_put(iter_type __s, ios_base& __iob, char_type __fl, const void* __v) const;
1238 …__do_put_integral(iter_type __s, ios_base& __iob, char_type __fl, _Integral __v, char const* __len…
1242 …__do_put_floating_point(iter_type __s, ios_base& __iob, char_type __fl, _Float __v, char const* __…
1250 …_OutputIterator __s, const _CharT* __ob, const _CharT* __op, const _CharT* __oe, ios_base& __iob, …
1273 ios_base& __iob,
1310 num_put<_CharT, _OutputIterator>::do_put(iter_type __s, ios_base& __iob, char_type __fl, bool __v) …
1311 if ((__iob.flags() & ios_base::boolalpha) == 0)
1324 iter_type __s, ios_base& __iob, char_type __fl, _Integral __v, char const* __len) const {
1355 num_put<_CharT, _OutputIterator>::do_put(iter_type __s, ios_base& __iob, char_type __fl, long __v) …
1361 num_put<_CharT, _OutputIterator>::do_put(iter_type __s, ios_base& __iob, char_type __fl, long long …
1367 num_put<_CharT, _OutputIterator>::do_put(iter_type __s, ios_base& __iob, char_type __fl, unsigned l…
1373 num_put<_CharT, _OutputIterator>::do_put(iter_type __s, ios_base& __iob, char_type __fl, unsigned l…
1380 iter_type __s, ios_base& __iob, char_type __fl, _Float __v, char const* __len) const {
1429 num_put<_CharT, _OutputIterator>::do_put(iter_type __s, ios_base& __iob, char_type __fl, double __v…
1435 num_put<_CharT, _OutputIterator>::do_put(iter_type __s, ios_base& __iob, char_type __fl, long doubl…
1441 num_put<_CharT, _OutputIterator>::do_put(iter_type __s, ios_base& __iob, char_type __fl, const void…
1471 …_InputIterator& __b, _InputIterator __e, ios_base::iostate& __err, const ctype<_CharT>& __ct, int …
1474 __err |= ios_base::eofbit | ios_base::failbit;
1480 __err |= ios_base::failbit;
1492 __err |= ios_base::eofbit;
1562 …get_time(iter_type __b, iter_type __e, ios_base& __iob, ios_base::iostate& __err, tm* __tm) const {
1567 …get_date(iter_type __b, iter_type __e, ios_base& __iob, ios_base::iostate& __err, tm* __tm) const {
1572 …get_weekday(iter_type __b, iter_type __e, ios_base& __iob, ios_base::iostate& __err, tm* __tm) con…
1577 …get_monthname(iter_type __b, iter_type __e, ios_base& __iob, ios_base::iostate& __err, tm* __tm) c…
1582 …get_year(iter_type __b, iter_type __e, ios_base& __iob, ios_base::iostate& __err, tm* __tm) const {
1587 …get(iter_type __b, iter_type __e, ios_base& __iob, ios_base::iostate& __err, tm* __tm, char __fmt,…
1595 ios_base& __iob,
1596 ios_base::iostate& __err,
1608 …do_get_time(iter_type __b, iter_type __e, ios_base& __iob, ios_base::iostate& __err, tm* __tm) con…
1610 …do_get_date(iter_type __b, iter_type __e, ios_base& __iob, ios_base::iostate& __err, tm* __tm) con…
1612 …do_get_weekday(iter_type __b, iter_type __e, ios_base& __iob, ios_base::iostate& __err, tm* __tm) …
1614 …do_get_monthname(iter_type __b, iter_type __e, ios_base& __iob, ios_base::iostate& __err, tm* __tm…
1616 …do_get_year(iter_type __b, iter_type __e, ios_base& __iob, ios_base::iostate& __err, tm* __tm) con…
1618 …iter_type __b, iter_type __e, ios_base& __iob, ios_base::iostate& __err, tm* __tm, char __fmt, cha…
1621 …void __get_white_space(iter_type& __b, iter_type __e, ios_base::iostate& __err, const ctype<char_t…
1622 …void __get_percent(iter_type& __b, iter_type __e, ios_base::iostate& __err, const ctype<char_type>…
1625 …int& __m, iter_type& __b, iter_type __e, ios_base::iostate& __err, const ctype<char_type>& __ct) c…
1627 …int& __m, iter_type& __b, iter_type __e, ios_base::iostate& __err, const ctype<char_type>& __ct) c…
1628 …void __get_day(int& __d, iter_type& __b, iter_type __e, ios_base::iostate& __err, const ctype<char…
1630 …__get_month(int& __m, iter_type& __b, iter_type __e, ios_base::iostate& __err, const ctype<char_ty…
1632 …__get_year(int& __y, iter_type& __b, iter_type __e, ios_base::iostate& __err, const ctype<char_typ…
1634 …__get_year4(int& __y, iter_type& __b, iter_type __e, ios_base::iostate& __err, const ctype<char_ty…
1636 …__get_hour(int& __d, iter_type& __b, iter_type __e, ios_base::iostate& __err, const ctype<char_typ…
1638 …__get_12_hour(int& __h, iter_type& __b, iter_type __e, ios_base::iostate& __err, const ctype<char_…
1640 …__get_am_pm(int& __h, iter_type& __b, iter_type __e, ios_base::iostate& __err, const ctype<char_ty…
1642 …__get_minute(int& __m, iter_type& __b, iter_type __e, ios_base::iostate& __err, const ctype<char_t…
1644 …__get_second(int& __s, iter_type& __b, iter_type __e, ios_base::iostate& __err, const ctype<char_t…
1646 …__get_weekday(int& __w, iter_type& __b, iter_type __e, ios_base::iostate& __err, const ctype<char_…
1648 …int& __w, iter_type& __b, iter_type __e, ios_base::iostate& __err, const ctype<char_type>& __ct) c…
1658 …int& __w, iter_type& __b, iter_type __e, ios_base::iostate& __err, const ctype<char_type>& __ct) c…
1668 …int& __m, iter_type& __b, iter_type __e, ios_base::iostate& __err, const ctype<char_type>& __ct) c…
1678 …int& __d, iter_type& __b, iter_type __e, ios_base::iostate& __err, const ctype<char_type>& __ct) c…
1680 if (!(__err & ios_base::failbit) && 1 <= __t && __t <= 31)
1683 __err |= ios_base::failbit;
1688 …int& __m, iter_type& __b, iter_type __e, ios_base::iostate& __err, const ctype<char_type>& __ct) c…
1690 if (!(__err & ios_base::failbit) && 0 <= __t && __t <= 11)
1693 __err |= ios_base::failbit;
1698 …int& __y, iter_type& __b, iter_type __e, ios_base::iostate& __err, const ctype<char_type>& __ct) c…
1700 if (!(__err & ios_base::failbit)) {
1711 …int& __y, iter_type& __b, iter_type __e, ios_base::iostate& __err, const ctype<char_type>& __ct) c…
1713 if (!(__err & ios_base::failbit))
1719 …int& __h, iter_type& __b, iter_type __e, ios_base::iostate& __err, const ctype<char_type>& __ct) c…
1721 if (!(__err & ios_base::failbit) && __t <= 23)
1724 __err |= ios_base::failbit;
1729 …int& __h, iter_type& __b, iter_type __e, ios_base::iostate& __err, const ctype<char_type>& __ct) c…
1731 if (!(__err & ios_base::failbit) && 1 <= __t && __t <= 12)
1734 __err |= ios_base::failbit;
1739 …int& __m, iter_type& __b, iter_type __e, ios_base::iostate& __err, const ctype<char_type>& __ct) c…
1741 if (!(__err & ios_base::failbit) && __t <= 59)
1744 __err |= ios_base::failbit;
1749 …int& __s, iter_type& __b, iter_type __e, ios_base::iostate& __err, const ctype<char_type>& __ct) c…
1751 if (!(__err & ios_base::failbit) && __t <= 60)
1754 __err |= ios_base::failbit;
1759 …int& __w, iter_type& __b, iter_type __e, ios_base::iostate& __err, const ctype<char_type>& __ct) c…
1761 if (!(__err & ios_base::failbit) && __t <= 6)
1764 __err |= ios_base::failbit;
1769 …int& __d, iter_type& __b, iter_type __e, ios_base::iostate& __err, const ctype<char_type>& __ct) c…
1771 if (!(__err & ios_base::failbit) && __t <= 365)
1774 __err |= ios_base::failbit;
1779 iter_type& __b, iter_type __e, ios_base::iostate& __err, const ctype<char_type>& __ct) const {
1783 __err |= ios_base::eofbit;
1788 …int& __h, iter_type& __b, iter_type __e, ios_base::iostate& __err, const ctype<char_type>& __ct) c…
1791 __err |= ios_base::failbit;
1803 iter_type& __b, iter_type __e, ios_base::iostate& __err, const ctype<char_type>& __ct) const {
1805 __err |= ios_base::eofbit | ios_base::failbit;
1809 __err |= ios_base::failbit;
1811 __err |= ios_base::eofbit;
1820 ios_base& __iob,
1821 ios_base::iostate& __err,
1826 __err = ios_base::goodbit;
1827 while (__fmtb != __fmte && __err == ios_base::goodbit) {
1829 __err = ios_base::failbit;
1834 __err = ios_base::failbit;
1841 __err = ios_base::failbit;
1858 __err = ios_base::failbit;
1861 __err |= ios_base::eofbit;
1872 iter_type __b, iter_type __e, ios_base& __iob, ios_base::iostate& __err, tm* __tm) const {
1879 iter_type __b, iter_type __e, ios_base& __iob, ios_base::iostate& __err, tm* __tm) const {
1886 iter_type __b, iter_type __e, ios_base& __iob, ios_base::iostate& __err, tm* __tm) const {
1894 iter_type __b, iter_type __e, ios_base& __iob, ios_base::iostate& __err, tm* __tm) const {
1902 iter_type __b, iter_type __e, ios_base& __iob, ios_base::iostate& __err, tm* __tm) const {
1910 …iter_type __b, iter_type __e, ios_base& __iob, ios_base::iostate& __err, tm* __tm, char __fmt, cha…
1911 __err = ios_base::goodbit;
1995 __err |= ios_base::failbit;
2124 …put(iter_type __s, ios_base& __iob, char_type __fl, const tm* __tm, const char_type* __pb, const c…
2128 …put(iter_type __s, ios_base& __iob, char_type __fl, const tm* __tm, char __fmt, char __mod = 0) co…
2136 …virtual iter_type do_put(iter_type __s, ios_base&, char_type, const tm* __tm, char __fmt, char __m…
2148 …iter_type __s, ios_base& __iob, char_type __fl, const tm* __tm, const char_type* __pb, const char_…
2177 iter_type __s, ios_base&, char_type, const tm* __tm, char __fmt, char __mod) const {
2411 …get(iter_type __b, iter_type __e, bool __intl, ios_base& __iob, ios_base::iostate& __err, long dou…
2416 …get(iter_type __b, iter_type __e, bool __intl, ios_base& __iob, ios_base::iostate& __err, string_t…
2426 …do_get(iter_type __b, iter_type __e, bool __intl, ios_base& __iob, ios_base::iostate& __err, long …
2428 …do_get(iter_type __b, iter_type __e, bool __intl, ios_base& __iob, ios_base::iostate& __err, strin…
2436 ios_base::fmtflags __flags,
2437 ios_base::iostate& __err,
2476 ios_base::fmtflags __flags,
2477 ios_base::iostate& __err,
2484 __err |= ios_base::failbit;
2513 __err |= ios_base::failbit;
2540 __err |= ios_base::failbit;
2551 bool __sb = (__flags & ios_base::showbase) != 0;
2574 __err |= ios_base::failbit;
2603 __err |= ios_base::failbit;
2608 __err |= ios_base::failbit;
2617 __err |= ios_base::failbit;
2626 __err |= ios_base::failbit;
2632 ios_base::iostate __et = ios_base::goodbit;
2635 __err |= ios_base::failbit;
2644 …iter_type __b, iter_type __e, bool __intl, ios_base& __iob, ios_base::iostate& __err, long double&…
2675 __err |= ios_base::eofbit;
2681 …iter_type __b, iter_type __e, bool __intl, ios_base& __iob, ios_base::iostate& __err, string_type&…
2702 __err |= ios_base::eofbit;
2736 ios_base::fmtflags __flags,
2798 ios_base::fmtflags __flags,
2825 if (!__sym.empty() && (__flags & ios_base::showbase))
2878 if ((__flags & ios_base::adjustfield) == ios_base::left)
2880 else if ((__flags & ios_base::adjustfield) != ios_base::internal)
2899 put(iter_type __s, bool __intl, ios_base& __iob, char_type __fl, long double __units) const {
2904 …put(iter_type __s, bool __intl, ios_base& __iob, char_type __fl, const string_type& __digits) cons…
2913 …virtual iter_type do_put(iter_type __s, bool __intl, ios_base& __iob, char_type __fl, long double …
2915 …do_put(iter_type __s, bool __intl, ios_base& __iob, char_type __fl, const string_type& __digits) c…
2923 iter_type __s, bool __intl, ios_base& __iob, char_type __fl, long double __units) const {
2980 … iter_type __s, bool __intl, ios_base& __iob, char_type __fl, const string_type& __digits) const {
3377 ios_base::openmode __cm_;
3412 …seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __wch = ios_base::in | ios_bas…
3414 seekpos(pos_type __sp, ios_base::openmode __wch = ios_base::in | ios_base::out);
3620 wbuffer_convert<_Codecvt, _Elem, _Tr>::seekoff(off_type __off, ios_base::seekdir __way, ios_base::o…
3625 if (__way != ios_base::beg && __way != ios_base::cur && __way != ios_base::end)
3634 wbuffer_convert<_Codecvt, _Elem, _Tr>::seekpos(pos_type __sp, ios_base::openmode __wch) {
3647 if (__cm_ & ios_base::out) {
3663 } else if (__cm_ & ios_base::in) {
3695 if (__bufptr_->pubseekoff(-__c, ios_base::cur, __cm_) == pos_type(off_type(-1)))
3706 if (!(__cm_ & ios_base::in)) {
3712 __cm_ = ios_base::in;
3720 if (!(__cm_ & ios_base::out)) {
3729 __cm_ = ios_base::out;
3738 if ((__cm_ & ios_base::out) && sync())