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

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
iterator.h 120 class _IteratorTriple
127 typedef _IteratorTriple* pointer;
128 typedef _IteratorTriple& reference;
134 _IteratorTriple() { }
136 _IteratorTriple(const _Iterator1& __first, const _Iterator2& __second,
145 _IteratorTriple&
155 const _IteratorTriple
157 { return _IteratorTriple(_M_first++, _M_second++, _M_third++); }
160 _IteratorTriple&
170 const _IteratorTriple
    [all...]
algo.h     [all...]

Completed in 189 milliseconds