HomeSort by relevance Sort by last modified time
    Searched defs:_RAIter (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
multiway_merge.h 69 * Deriving from _RAIter is not possible since
70 * _RAIter need not be a class.
72 template<typename _RAIter, typename _Compare>
77 _RAIter _M_current;
80 _RAIter _M_end;
91 _GuardedIterator(_RAIter __begin, _RAIter __end, _Compare& __comp)
97 _GuardedIterator<_RAIter, _Compare>&
106 typename std::iterator_traits<_RAIter>::value_type&
112 operator _RAIter()
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
multiway_merge.h 69 * Deriving from _RAIter is not possible since
70 * _RAIter need not be a class.
72 template<typename _RAIter, typename _Compare>
77 _RAIter _M_current;
80 _RAIter _M_end;
91 _GuardedIterator(_RAIter __begin, _RAIter __end, _Compare& __comp)
97 _GuardedIterator<_RAIter, _Compare>&
106 typename std::iterator_traits<_RAIter>::value_type&
112 operator _RAIter()
    [all...]

Completed in 121 milliseconds