Home
last modified time | relevance | path

Searched refs:_nextSource (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/range/
H A Dpackage.d7641 Source _nextSource; member
7665 _nextSource = source.save; in this()
7666 _nextSource.popFrontN(windowSize); in this()
7674 if (_nextSource.empty) in this()
7675 _source = _nextSource; in this()
7725 if (_nextSource.empty) in popFront()
7728 _nextSource.popFrontN(_stepSize); in popFront()