HomeSort by relevance Sort by last modified time
    Searched full:iterator_traits (Results 1 - 25 of 770) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libcxx/test/re/re.submatch/re.submatch.op/
compare.pass.cpp 40 // operator==(const basic_string<typename iterator_traits<BiIter>::value_type, ST, SA>& lhs,
45 // operator!=(const basic_string<typename iterator_traits<BiIter>::value_type, ST, SA>& lhs,
50 // operator<(const basic_string<typename iterator_traits<BiIter>::value_type, ST, SA>& lhs,
55 // operator>(const basic_string<typename iterator_traits<BiIter>::value_type, ST, SA>& lhs,
59 // bool operator>=(const basic_string<typename iterator_traits<BiIter>::value_type, ST, SA>& lhs,
64 // operator<=(const basic_string<typename iterator_traits<BiIter>::value_type, ST, SA>& lhs,
70 // const basic_string<typename iterator_traits<BiIter>::value_type, ST, SA>& rhs);
75 // const basic_string<typename iterator_traits<BiIter>::value_type, ST, SA>& rhs);
80 // const basic_string<typename iterator_traits<BiIter>::value_type, ST, SA>& rhs);
84 // const basic_string<typename iterator_traits<BiIter>::value_type, ST, SA>& rhs)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.submatch/re.submatch.op/
compare.pass.cpp 40 // operator==(const basic_string<typename iterator_traits<BiIter>::value_type, ST, SA>& lhs,
45 // operator!=(const basic_string<typename iterator_traits<BiIter>::value_type, ST, SA>& lhs,
50 // operator<(const basic_string<typename iterator_traits<BiIter>::value_type, ST, SA>& lhs,
55 // operator>(const basic_string<typename iterator_traits<BiIter>::value_type, ST, SA>& lhs,
59 // bool operator>=(const basic_string<typename iterator_traits<BiIter>::value_type, ST, SA>& lhs,
64 // operator<=(const basic_string<typename iterator_traits<BiIter>::value_type, ST, SA>& lhs,
70 // const basic_string<typename iterator_traits<BiIter>::value_type, ST, SA>& rhs);
75 // const basic_string<typename iterator_traits<BiIter>::value_type, ST, SA>& rhs);
80 // const basic_string<typename iterator_traits<BiIter>::value_type, ST, SA>& rhs);
84 // const basic_string<typename iterator_traits<BiIter>::value_type, ST, SA>& rhs)
    [all...]
  /external/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iterator/
types.pass.cpp 21 // iterator<typename iterator_traits<Iterator>::iterator_category,
22 // typename iterator_traits<Iterator>::value_type,
23 // typename iterator_traits<Iterator>::difference_type,
24 // typename iterator_traits<Iterator>::pointer,
25 // typename iterator_traits<Iterator>::reference> {
45 typedef std::iterator_traits<It> T;
52 static_assert((std::is_same<typename R::pointer, typename std::iterator_traits<It>::pointer>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iterator/
types.pass.cpp 21 // iterator<typename iterator_traits<Iterator>::iterator_category,
22 // typename iterator_traits<Iterator>::value_type,
23 // typename iterator_traits<Iterator>::difference_type,
24 // typename iterator_traits<Iterator>::pointer,
25 // typename iterator_traits<Iterator>::reference> {
45 typedef std::iterator_traits<It> T;
52 static_assert((std::is_same<typename R::pointer, typename std::iterator_traits<It>::pointer>::value), "");
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/
iterator_traits.hpp 30 typedef typename boost::detail::iterator_traits<Iterator>::value_type type;
36 typedef typename boost::detail::iterator_traits<Iterator>::reference type;
43 typedef typename boost::detail::iterator_traits<Iterator>::pointer type;
49 typedef typename boost::detail::iterator_traits<Iterator>::difference_type type;
55 typedef typename boost::detail::iterator_traits<Iterator>::iterator_category type;
  /external/stlport/stlport/stl/
msl_string.h 24 # define iterator_traits __msl_iterator_traits macro
45 # undef iterator_traits macro
  /ndk/sources/cxx-stl/stlport/stlport/stl/
msl_string.h 24 # define iterator_traits __msl_iterator_traits macro
45 # undef iterator_traits macro
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
msl_string.h 24 # define iterator_traits __msl_iterator_traits macro
45 # undef iterator_traits macro
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
msl_string.h 24 # define iterator_traits __msl_iterator_traits macro
45 # undef iterator_traits macro
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
msl_string.h 24 # define iterator_traits __msl_iterator_traits macro
45 # undef iterator_traits macro
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
msl_string.h 24 # define iterator_traits __msl_iterator_traits macro
45 # undef iterator_traits macro
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
msl_string.h 24 # define iterator_traits __msl_iterator_traits macro
45 # undef iterator_traits macro
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/
iterator.hpp 8 // std::iterator_traits<>::iterator_category
9 // std::iterator_traits<>::difference_type
15 // std::iterator_traits<X>::pointer
18 // std::iterator_traits<X>::value_type
19 // std::iterator_traits<X>::pointer
20 // std::iterator_traits<X>::reference
45 // this useful as a replacement for std::iterator_traits<T> when
81 struct iterator_traits struct in namespace:boost::detail
82 : std::iterator_traits<Iterator>
99 // supply iterator_traits!
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
algo.h 112 typedef std::iterator_traits<_Iterator> _IteratorTraits;
122 typedef std::iterator_traits<_Iterator> _IteratorTraits;
148 typedef iterator_traits<_RAIter> _TraitsType;
168 typedef std::iterator_traits<_IIter> _IteratorTraits;
206 typedef std::iterator_traits<_IIter> _IteratorTraits;
275 typedef std::iterator_traits<_IIter> _IIterTraits;
276 typedef std::iterator_traits<_FIterator> _FIterTraits;
290 typedef std::iterator_traits<_IIter> _IIterTraits;
291 typedef std::iterator_traits<_FIterator> _FIterTraits;
345 typedef std::iterator_traits<_IIter> _IIterTraits
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
algo.h 112 typedef std::iterator_traits<_Iterator> _IteratorTraits;
122 typedef std::iterator_traits<_Iterator> _IteratorTraits;
148 typedef iterator_traits<_RAIter> _TraitsType;
168 typedef std::iterator_traits<_IIter> _IteratorTraits;
206 typedef std::iterator_traits<_IIter> _IteratorTraits;
275 typedef std::iterator_traits<_IIter> _IIterTraits;
276 typedef std::iterator_traits<_FIterator> _FIterTraits;
290 typedef std::iterator_traits<_IIter> _IIterTraits;
291 typedef std::iterator_traits<_FIterator> _FIterTraits;
345 typedef std::iterator_traits<_IIter> _IIterTraits
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
algo.h 112 typedef std::iterator_traits<_Iterator> _IteratorTraits;
122 typedef std::iterator_traits<_Iterator> _IteratorTraits;
148 typedef iterator_traits<_RAIter> _TraitsType;
168 typedef std::iterator_traits<_IIter> _IteratorTraits;
206 typedef std::iterator_traits<_IIter> _IteratorTraits;
275 typedef std::iterator_traits<_IIter> _IIterTraits;
276 typedef std::iterator_traits<_FIterator> _FIterTraits;
290 typedef std::iterator_traits<_IIter> _IIterTraits;
291 typedef std::iterator_traits<_FIterator> _FIterTraits;
345 typedef std::iterator_traits<_IIter> _IIterTraits
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
algo.h 112 typedef std::iterator_traits<_Iterator> _IteratorTraits;
122 typedef std::iterator_traits<_Iterator> _IteratorTraits;
148 typedef iterator_traits<_RAIter> _TraitsType;
170 typedef std::iterator_traits<_IIter> _IteratorTraits;
208 typedef std::iterator_traits<_IIter> _IteratorTraits;
277 typedef std::iterator_traits<_IIter> _IIterTraits;
278 typedef std::iterator_traits<_FIterator> _FIterTraits;
292 typedef std::iterator_traits<_IIter> _IIterTraits;
293 typedef std::iterator_traits<_FIterator> _FIterTraits;
347 typedef std::iterator_traits<_IIter> _IIterTraits
    [all...]
  /external/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index/
difference_type.pass.cpp 27 test(It i, typename std::iterator_traits<It>::difference_type n,
28 typename std::iterator_traits<It>::value_type x)
30 typedef typename std::iterator_traits<It>::value_type value_type;
  /external/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex/
difference_type.pass.cpp 24 test(It i, typename std::iterator_traits<It>::difference_type n,
25 typename std::iterator_traits<It>::value_type x)
27 typedef typename std::iterator_traits<It>::value_type value_type;
  /external/libcxx/test/strings/basic.string/
input_iterator.h 21 typedef typename std::iterator_traits<It>::value_type value_type;
22 typedef typename std::iterator_traits<It>::difference_type difference_type;
24 typedef typename std::iterator_traits<It>::reference reference;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index/
difference_type.pass.cpp 27 test(It i, typename std::iterator_traits<It>::difference_type n,
28 typename std::iterator_traits<It>::value_type x)
30 typedef typename std::iterator_traits<It>::value_type value_type;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex/
difference_type.pass.cpp 24 test(It i, typename std::iterator_traits<It>::difference_type n,
25 typename std::iterator_traits<It>::value_type x)
27 typedef typename std::iterator_traits<It>::value_type value_type;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/
input_iterator.h 21 typedef typename std::iterator_traits<It>::value_type value_type;
22 typedef typename std::iterator_traits<It>::difference_type difference_type;
24 typedef typename std::iterator_traits<It>::reference reference;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/
difference_type.hpp 20 #include <boost/iterator/iterator_traits.hpp>
  /external/libcxx/test/support/
test_iterators.h 24 typedef typename std::iterator_traits<It>::difference_type difference_type;
26 typedef typename std::iterator_traits<It>::reference reference;
50 typedef typename std::iterator_traits<It>::value_type value_type;
51 typedef typename std::iterator_traits<It>::difference_type difference_type;
53 typedef typename std::iterator_traits<It>::reference reference;
99 typedef typename std::iterator_traits<It>::value_type value_type;
100 typedef typename std::iterator_traits<It>::difference_type difference_type;
102 typedef typename std::iterator_traits<It>::reference reference;
148 typedef typename std::iterator_traits<It>::value_type value_type;
149 typedef typename std::iterator_traits<It>::difference_type difference_type
    [all...]

Completed in 704 milliseconds

1 2 3 4 5 6 7 8 91011>>