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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
iterator.h 45 class _IteratorPair : public std::pair<_Iterator1, _Iterator2>
56 typedef _IteratorPair* pointer;
57 typedef _IteratorPair& reference;
59 _IteratorPair() { }
61 _IteratorPair(const _Iterator1& __first, const _Iterator2& __second)
65 _IteratorPair&
74 const _IteratorPair
76 { return _IteratorPair(_Base::first++, _Base::second++); }
79 _IteratorPair&
88 const _IteratorPair
    [all...]
set_operations.h 72 typedef typename std::pair<_IIter, _IIter> _IteratorPair;
149 typedef typename std::pair<_IIter, _IIter> _IteratorPair;
217 typedef typename std::pair<_IIter, _IIter> _IteratorPair;
358 typedef typename std::pair<_IIter, _IIter> _IteratorPair;
368 const _IteratorPair __sequence[2] = { std::make_pair(__begin1, __end1),
372 _IteratorPair *__block_begins;
387 __block_begins = new _IteratorPair[__num_threads + 1];
414 _IteratorPair __block_end = __block_begins[__iam + 1] =
415 _IteratorPair(__offset[0], __offset[1]);
420 _IteratorPair __block_begin = __block_begins[__iam]
    [all...]
merge.h 236 _IteratorPair;
238 _IteratorPair __seqs[2] = { std::make_pair(__begin1, __end1),
243 < /* __stable = */ true, _IteratorPair*,
algo.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
iterator.h 45 class _IteratorPair : public std::pair<_Iterator1, _Iterator2>
56 typedef _IteratorPair* pointer;
57 typedef _IteratorPair& reference;
59 _IteratorPair() { }
61 _IteratorPair(const _Iterator1& __first, const _Iterator2& __second)
65 _IteratorPair&
74 const _IteratorPair
76 { return _IteratorPair(_Base::first++, _Base::second++); }
79 _IteratorPair&
88 const _IteratorPair
    [all...]
set_operations.h 72 typedef typename std::pair<_IIter, _IIter> _IteratorPair;
149 typedef typename std::pair<_IIter, _IIter> _IteratorPair;
217 typedef typename std::pair<_IIter, _IIter> _IteratorPair;
358 typedef typename std::pair<_IIter, _IIter> _IteratorPair;
368 const _IteratorPair __sequence[2] = { std::make_pair(__begin1, __end1),
372 _IteratorPair *__block_begins;
387 __block_begins = new _IteratorPair[__num_threads + 1];
414 _IteratorPair __block_end = __block_begins[__iam + 1] =
415 _IteratorPair(__offset[0], __offset[1]);
420 _IteratorPair __block_begin = __block_begins[__iam]
    [all...]
merge.h 236 _IteratorPair;
238 _IteratorPair __seqs[2] = { std::make_pair(__begin1, __end1),
243 < /* __stable = */ true, _IteratorPair*,
algo.h     [all...]

Completed in 63 milliseconds