Searched refs:iterator_traits (Results 1 - 25 of 63) sorted by path

123

/external/chromium_org/chrome/browser/thumbnails/
H A Dcontent_analysis.cc34 std::pair<typename std::iterator_traits<InputIterator>::value_type, int> >
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
H A Dbase.hpp174 F (typename std::iterator_traits<Its>::value_type...)
/external/clang/include/clang/AST/
H A DCanonicalType.h392 typedef typename std::iterator_traits<InputIterator>::difference_type
394 typedef typename std::iterator_traits<InputIterator>::iterator_category
H A DDeclBase.h1353 typedef std::iterator_traits<DeclContext::decl_iterator>::difference_type
1430 typedef std::iterator_traits<DeclContext::decl_iterator>::difference_type
H A DUnresolvedSet.h47 typedef std::iterator_traits<IteratorTy>::difference_type difference_type;
51 typedef std::iterator_traits<IteratorTy>::iterator_category iterator_category;
/external/clang/lib/Sema/
H A DTreeTransform.h3382 typedef typename std::iterator_traits<InputIterator>::difference_type
/external/clang/test/OpenMP/
H A Dfor_loop_messages.cpp347 struct iterator_traits { struct in namespace:std
352 typename iterator_traits<Iter>::difference_type
H A Dparallel_for_loop_messages.cpp296 struct iterator_traits { struct in namespace:std
301 typename iterator_traits<Iter>::difference_type
H A Dsimd_loop_messages.cpp289 template <class Iter> struct iterator_traits { struct in namespace:std
294 typename iterator_traits<Iter>::difference_type
/external/deqp/framework/delibs/decpp/
H A DdePoolArray.hpp519 // std::iterator_traits specializations
524 struct iterator_traits<de::PoolArrayConstIterator<T, Alignment> > struct in namespace:std
534 struct iterator_traits<de::PoolArrayIterator<T, Alignment> > struct in namespace:std
/external/libcxx/test/algorithms/alg.sorting/alg.sort/sort/
H A Dsort.pass.cpp25 typedef typename std::iterator_traits<RI>::value_type value_type;
/external/libcxx/test/algorithms/alg.sorting/alg.sort/stable.sort/
H A Dstable_sort.pass.cpp25 typedef typename std::iterator_traits<RI>::value_type value_type;
/external/libcxx/test/containers/sequences/deque/deque.cons/
H A Diter_iter.pass.cpp25 typedef typename std::iterator_traits<InputIterator>::value_type T;
40 typedef typename std::iterator_traits<InputIterator>::value_type T;
H A Diter_iter_alloc.pass.cpp26 typedef typename std::iterator_traits<InputIterator>::value_type T;
/external/libcxx/test/containers/sequences/deque/
H A Dtypes.pass.cpp56 typename std::iterator_traits<typename C::iterator>::iterator_category,
59 typename std::iterator_traits<typename C::const_iterator>::iterator_category,
/external/libcxx/test/containers/sequences/vector.bool/
H A Dtypes.pass.cpp50 typename std::iterator_traits<typename C::iterator>::iterator_category,
53 typename std::iterator_traits<typename C::const_iterator>::iterator_category,
/external/libcxx/test/containers/sequences/vector/
H A Dtypes.pass.cpp56 typename std::iterator_traits<typename C::iterator>::iterator_category,
59 typename std::iterator_traits<typename C::const_iterator>::iterator_category,
/external/libcxx/test/iterators/iterator.primitives/iterator.operations/
H A Dadvance.pass.cpp28 test(It i, typename std::iterator_traits<It>::difference_type n, It x)
H A Ddistance.pass.cpp27 test(It first, It last, typename std::iterator_traits<It>::difference_type x)
H A Dnext.pass.cpp22 test(It i, typename std::iterator_traits<It>::difference_type n, It x)
H A Dprev.pass.cpp22 test(It i, typename std::iterator_traits<It>::difference_type n, It x)
/external/libcxx/test/iterators/iterator.primitives/iterator.traits/
H A Dconst_pointer.pass.cpp13 // struct iterator_traits<const T*>
29 typedef std::iterator_traits<const A*> It;
H A Dempty.pass.cpp13 // struct iterator_traits
25 typedef std::iterator_traits<not_an_iterator> It;
H A Diterator.pass.cpp13 // struct iterator_traits
38 typedef std::iterator_traits<test_iterator> It;
H A Dpointer.pass.cpp13 // struct iterator_traits<T*>
29 typedef std::iterator_traits<A*> It;

Completed in 1194 milliseconds

123