Home | History | Annotate | Download | only in parallel

Lines Matching defs:__current

267       _Piece __current = __tl._M_initial;
276 // Invariant: __current must be a valid (maybe empty) range.
277 _RAIter __begin = __current.first, __end = __current.second;
342 //__current.first = __begin; //already set anyway
343 __current.second = __split_pos1;
353 __current.first = __split_pos2;
354 //__current.second = __end; //already set anyway
367 if (__tl._M_leftover_parts.pop_front(__current))
394 && __tls[__victim]->_M_leftover_parts.pop_back(__current);