Home
last modified time | relevance | path

Searched refs:iterator_type (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iterator/
Dtypes.pass.cpp48 static_assert((std::is_same<typename R::iterator_type, It>::value), ""); in test()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iterator/
Dtypes.pass.cpp37 static_assert((std::is_same<typename R::iterator_type, It>::value), ""); in test()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_iterator.h61 typedef _Iterator iterator_type; typedef
64 explicit reverse_iterator(iterator_type __x) : current(__x) {} in reverse_iterator()
74 iterator_type base() const { return current; } in base()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Diterator87 typedef Iterator iterator_type;
544 typedef _Iter iterator_type;
935 typedef _Iter iterator_type;
936 typedef typename iterator_traits<iterator_type>::iterator_category iterator_category;
937 typedef typename iterator_traits<iterator_type>::value_type value_type;
938 typedef typename iterator_traits<iterator_type>::difference_type difference_type;
939 typedef typename iterator_traits<iterator_type>::pointer pointer;
943 typedef typename iterator_traits<iterator_type>::reference reference;
955 typename iterator_traits<iterator_type>::reference __ref = *__i;
1114 typedef _Iter iterator_type;
[all …]