Home
last modified time | relevance | path

Searched defs:LineSplitter (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dstring.d2532 private struct LineSplitter(KeepTerminator keepTerm = No.keepTerminator, Range) struct
2539 alias IndexType = typeof(unsigned(_input.length));
2540 enum IndexType _unComputed = IndexType.max;
2541 IndexType iStart = _unComputed;
2542 IndexType iEnd = 0;
2543 IndexType iNext = 0;
2546 this(Range input) in this()
2553 enum bool empty = false;
2557 @property bool empty() in empty()
2563 @property typeof(_input) front() in front()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dstring.d2757 private struct LineSplitter(KeepTerminator keepTerm = No.keepTerminator, Range) struct
2764 alias IndexType = typeof(unsigned(_input.length));
2765 enum IndexType _unComputed = IndexType.max;
2766 IndexType iStart = _unComputed;
2767 IndexType iEnd = 0;
2768 IndexType iNext = 0;
2771 this(Range input) in this()
2778 enum bool empty = false;
2782 @property bool empty() in empty()
2788 @property typeof(_input) front() in front()
[all …]