Searched refs:istreambuf_iterator (Results 226 - 250 of 278) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/wchar_t/
H A D1.cc32 typedef istreambuf_iterator<wchar_t> iterator_type;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/time_get/get_year/char/
H A D1.cc32 typedef istreambuf_iterator<char> iterator_type;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/time_get/get_year/wchar_t/
H A D1.cc32 typedef istreambuf_iterator<wchar_t> iterator_type;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/24_iterators/istreambuf_iterator/
H A D2.cc20 // 24.5.3 template class istreambuf_iterator
29 typedef std::istreambuf_iterator<char> cistreambuf_iter;
73 // bool operator==(const istreambuf_iterator&a, const istreambuf_iterator& b)
74 // bool operator!=(const istreambuf_iterator&a, const istreambuf_iterator& b)
92 // istreambuf_iterator& operator++();
93 // istreambuf_iterator& operator++(int);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/money_get/get/char/
H A D19.cc74 typedef istreambuf_iterator<char> iterator_type;
H A D2.cc33 typedef istreambuf_iterator<char> iterator_type;
H A D8.cc68 typedef istreambuf_iterator<char> InIt;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/
H A D19.cc74 typedef istreambuf_iterator<wchar_t> iterator_type;
H A D2.cc33 typedef istreambuf_iterator<wchar_t> iterator_type;
H A D8.cc68 typedef istreambuf_iterator<wchar_t> InIt;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/num_get/get/char/
H A D11.cc43 typedef istreambuf_iterator<char> iterator_type;
H A D2.cc30 typedef istreambuf_iterator<char> iterator_type;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/
H A D11.cc43 typedef istreambuf_iterator<wchar_t> iterator_type;
H A D2.cc30 typedef istreambuf_iterator<wchar_t> iterator_type;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/time_get/get_monthname/char/
H A D1.cc32 typedef istreambuf_iterator<char> iterator_type;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/time_get/get_monthname/wchar_t/
H A D1.cc32 typedef istreambuf_iterator<wchar_t> iterator_type;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/time_get/get_time/char/
H A D1.cc34 typedef istreambuf_iterator<char> iterator_type;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/time_get/get_time/wchar_t/
H A D1.cc34 typedef istreambuf_iterator<wchar_t> iterator_type;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/char/
H A D1.cc32 typedef istreambuf_iterator<char> iterator_type;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/wchar_t/
H A D1.cc32 typedef istreambuf_iterator<wchar_t> iterator_type;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/time_get/get_year/char/
H A D1.cc32 typedef istreambuf_iterator<char> iterator_type;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/time_get/get_year/wchar_t/
H A D1.cc32 typedef istreambuf_iterator<wchar_t> iterator_type;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/24_iterators/istreambuf_iterator/
H A D2.cc21 // 24.5.3 template class istreambuf_iterator
30 typedef std::istreambuf_iterator<char> cistreambuf_iter;
74 // bool operator==(const istreambuf_iterator&a, const istreambuf_iterator& b)
75 // bool operator!=(const istreambuf_iterator&a, const istreambuf_iterator& b)
93 // istreambuf_iterator& operator++();
94 // istreambuf_iterator& operator++(int);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dbasic_ios.h85 typedef num_get<_CharT, istreambuf_iterator<_CharT, _Traits> >
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/facet/
H A D1.cc31 typedef std::istreambuf_iterator<char> input_iterator;

Completed in 97 milliseconds

1234567891011>>