OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_IteratorPair
(Results
1 - 4
of
4
) sorted by null
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/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 572 milliseconds