Home
last modified time | relevance | path

Searched defs:iterator_type (Results 1 – 21 of 21) sorted by relevance

/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/
H A Dtime_get_members_wchar_t.cc35 typedef istreambuf_iterator<wchar_t> iterator_type; in test01() typedef
153 typedef istreambuf_iterator<wchar_t> iterator_type; in test02() typedef
276 typedef istreambuf_iterator<wchar_t> iterator_type; in test03() typedef
399 typedef istreambuf_iterator<wchar_t> iterator_type; in test04() typedef
491 typedef istreambuf_iterator<wchar_t> iterator_type; in test05() typedef
H A Dtime_get_members_char.cc34 typedef istreambuf_iterator<char> iterator_type; in test01() typedef
153 typedef istreambuf_iterator<char> iterator_type; in test02() typedef
276 typedef istreambuf_iterator<char> iterator_type; in test03() typedef
399 typedef istreambuf_iterator<char> iterator_type; in test04() typedef
491 typedef istreambuf_iterator<char> iterator_type; in test05() typedef
H A Dmoney_put_members_wchar_t.cc37 typedef ostreambuf_iterator<wchar_t> iterator_type; in test01() typedef
170 typedef ostreambuf_iterator<wchar_t> iterator_type; in test02() typedef
H A Dmoney_put_members_char.cc36 typedef ostreambuf_iterator<char> iterator_type; in test01() typedef
170 typedef ostreambuf_iterator<char> iterator_type; in test02() typedef
H A Dnum_put_members_char.cc33 typedef ostreambuf_iterator<char> iterator_type; in test01() typedef
H A Dnum_put_members_wchar_t.cc34 typedef ostreambuf_iterator<wchar_t> iterator_type; in test01() typedef
H A Dnum_get_members_wchar_t.cc34 typedef istreambuf_iterator<wchar_t> iterator_type; in test01() typedef
H A Dnum_get_members_char.cc33 typedef istreambuf_iterator<char> iterator_type; in test01() typedef
H A Dtime_put_members_char.cc33 typedef ostreambuf_iterator<char> iterator_type; in test01() typedef
H A Dtime_put_members_wchar_t.cc34 typedef ostreambuf_iterator<wchar_t> iterator_type; in test01() typedef
H A Dmoney_get_members_wchar_t.cc37 typedef istreambuf_iterator<wchar_t> iterator_type; in test01() typedef
213 typedef istreambuf_iterator<wchar_t> iterator_type; in test02() typedef
H A Dmoney_get_members_char.cc36 typedef istreambuf_iterator<char> iterator_type; in test01() typedef
211 typedef istreambuf_iterator<char> iterator_type; in test02() typedef
/openbsd-src/gnu/llvm/libcxx/include/__iterator/
H A Dwrap_iter.h31 typedef _Iter iterator_type; typedef
H A Dreverse_iterator.h370 using iterator_type = _Iter; variable
/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/24_iterators/
H A Dreverse_iterator.cc55 typedef std::reverse_iterator<int*> iterator_type; in test02() typedef
H A Dback_insert_iterator.cc52 typedef std::back_insert_iterator<std::list<int> > iterator_type; in test02() typedef
H A Dfront_insert_iterator.cc51 typedef std::front_insert_iterator<std::list<int> > iterator_type; in test02() typedef
H A Dinsert_iterator.cc55 typedef std::insert_iterator<std::list<int> > iterator_type; in test02() typedef
/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/
H A Dstl_iterator.h105 typedef _Iterator iterator_type; in _GLIBCXX_BEGIN_NAMESPACE() typedef
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dstl_iterator.h101 typedef _Iterator iterator_type; typedef
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/
H A Dmap_debug_base.hpp261 typedef const_key_set_iterator iterator_type; in find() typedef