Searched refs:__is (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dquoted_string.h139 operator>>(std::basic_istream<_CharT, _Traits>& __is, argument
144 __is >> __c;
145 if (!__is.good())
146 return __is;
149 __is.unget();
150 __is >> __str._M_string;
151 return __is;
155 = __is.flags(__is.flags() & ~std::ios_base::skipws);
158 __is >> __
[all...]
H A Drandom.h397 * representation from @p __is.
402 * of @p __is.
404 * @param __is The input stream.
406 * @returns __is.
411 operator>>(std::basic_istream<_CharT, _Traits>& __is,
621 * @p __is.
623 * @param __is An input stream.
639 operator>>(std::basic_istream<_CharT, _Traits>& __is,
833 * @p __is.
835 * @param __is A
3720 operator >>(std::basic_istream<_CharT, _Traits>& __is, std::bernoulli_distribution& __x) argument
[all...]
H A Dfs_path.h448 operator>>(std::basic_istream<_CharT, _Traits>& __is, path& __p) argument
451 if (__is >> std::quoted(__tmp))
453 return __is;
H A Dbasic_string.h6450 * @param __is Input stream.
6454 * Stores characters from @a __is into @a __str until whitespace is
6462 operator>>(basic_istream<_CharT, _Traits>& __is,
6467 operator>>(basic_istream<char>& __is, basic_string<char>& __str);
6490 * @param __is Input stream.
6495 * Stores characters from @a __is into @a __str until @a __delim is
6503 getline(basic_istream<_CharT, _Traits>& __is,
6508 * @param __is Input stream.
6520 getline(basic_istream<_CharT, _Traits>& __is, argument
6522 { return std::getline(__is, __st
6528 getline(basic_istream<_CharT, _Traits>&& __is, basic_string<_CharT, _Traits, _Alloc>& __str, _CharT __delim) argument
6535 getline(basic_istream<_CharT, _Traits>&& __is, basic_string<_CharT, _Traits, _Alloc>& __str) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dquoted_string.h143 operator>>(std::basic_istream<_CharT, _Traits>& __is,
148 __is >> __c;
149 if (!__is.good())
150 return __is;
153 __is.unget();
154 __is >> __str._M_string;
155 return __is;
159 = __is.flags(__is.flags() & ~std::ios_base::skipws);
162 __is >> __
139 operator >>(std::basic_istream<_CharT, _Traits>& __is, const _Quoted_string<basic_string<_CharT, _Traits, _Alloc>&, _CharT>& __str) argument
[all...]
H A Drandom.h400 * representation from @p __is.
405 * of @p __is.
407 * @param __is The input stream.
409 * @returns __is.
414 operator>>(std::basic_istream<_CharT, _Traits>& __is,
624 * @p __is.
626 * @param __is An input stream.
642 operator>>(std::basic_istream<_CharT, _Traits>& __is,
836 * @p __is.
838 * @param __is A
3725 operator >>(std::basic_istream<_CharT, _Traits>& __is, std::bernoulli_distribution& __x) argument
[all...]
H A Dbasic_string.h3865 * @param __is Input stream.
3869 * Stores characters from @a __is into @a __str until whitespace is
3877 operator>>(basic_istream<_CharT, _Traits>& __is,
3882 operator>>(basic_istream<char>& __is, basic_string<char>& __str);
3905 * @param __is Input stream.
3910 * Stores characters from @a __is into @a __str until @a __delim is
3918 getline(basic_istream<_CharT, _Traits>& __is,
3923 * @param __is Input stream.
3935 getline(basic_istream<_CharT, _Traits>& __is,
3937 { return std::getline(__is, __st
3931 getline(basic_istream<_CharT, _Traits>& __is, basic_string<_CharT, _Traits, _Alloc>& __str) argument
3939 getline(basic_istream<_CharT, _Traits>&& __is, basic_string<_CharT, _Traits, _Alloc>& __str, _CharT __delim) argument
3946 getline(basic_istream<_CharT, _Traits>&& __is, basic_string<_CharT, _Traits, _Alloc>& __str) argument
[all...]
H A Dfs_path.h549 operator>>(std::basic_istream<_CharT, _Traits>& __is, path& __p)
552 if (__is >> std::quoted(__tmp))
554 return __is;
548 operator >>(std::basic_istream<_CharT, _Traits>& __is, path& __p) argument
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
H A Drandom.h476 * representation from @p __is.
481 * @p __is.
483 * @param __is The input stream.
485 * @returns __is.
491 operator>>(std::basic_istream<_CharT, _Traits>& __is,
653 * generator engine @p __x from the input stream @p __is.
655 * @param __is An input stream.
666 operator>>(std::basic_istream<_CharT, _Traits>& __is,
853 * generator engine @p __x from the input stream @p __is.
855 * @param __is A
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Drandom.h476 * representation from @p __is.
481 * @p __is.
483 * @param __is The input stream.
485 * @returns __is.
491 operator>>(std::basic_istream<_CharT, _Traits>& __is,
653 * generator engine @p __x from the input stream @p __is.
655 * @param __is An input stream.
666 operator>>(std::basic_istream<_CharT, _Traits>& __is,
853 * generator engine @p __x from the input stream @p __is.
855 * @param __is A
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_path.h593 operator>>(basic_istream<_CharT, _Traits>& __is, path& __p) argument
598 if (__is >> __quoted_string{ __tmp, _CharT('"'), _CharT('\\') })
600 return __is;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_path.h597 operator>>(basic_istream<_CharT, _Traits>& __is, path& __p) argument
602 if (__is >> __quoted_string{ __tmp, _CharT('"'), _CharT('\\') })
604 return __is;
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dvstring.h2602 * @param __is Input stream.
2606 * Stores characters from @a __is into @a __str until whitespace is
2615 operator>>(basic_istream<_CharT, _Traits>& __is,
2642 * @param __is Input stream.
2647 * Stores characters from @a __is into @a __str until @a __delim is
2657 getline(basic_istream<_CharT, _Traits>& __is,
2663 * @param __is Input stream.
2677 getline(basic_istream<_CharT, _Traits>& __is, argument
2679 { return getline(__is, __str, __is
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dvstring.h2603 * @param __is Input stream.
2607 * Stores characters from @a __is into @a __str until whitespace is
2616 operator>>(basic_istream<_CharT, _Traits>& __is,
2643 * @param __is Input stream.
2648 * Stores characters from @a __is into @a __str until @a __delim is
2658 getline(basic_istream<_CharT, _Traits>& __is,
2664 * @param __is Input stream.
2678 getline(basic_istream<_CharT, _Traits>& __is, argument
2680 { return getline(__is, __str, __is
[all...]

Completed in 264 milliseconds