Home
last modified time | relevance | path

Searched defs:opSlice (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/container/
H A Darray.d570 Range opSlice() in opSlice() function
575 ConstRange opSlice() const in opSlice() function
580 ImmutableRange opSlice() immutable in opSlice() function
593 Range opSlice(size_t i, size_t j) in opSlice() function
599 ConstRange opSlice(size_t i, size_t j) const in opSlice() function
605 ImmutableRange opSlice(size_t i, size_t j) immutable in opSlice() function
1636 Range opSlice(size_t low, size_t high) in opSlice() function
1719 Range opSlice() in opSlice() function
1730 Range opSlice(size_t a, size_t b) in opSlice() function
H A Drbtree.d1006 Range opSlice() in opSlice() function
1012 ConstRange opSlice() const in opSlice() function
1018 ImmutableRange opSlice() immutable in opSlice() function
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/range/
H A Dpackage.d664 typeof(this) opSlice(size_t lower, size_t upper) in opSlice() function
1165 auto opSlice(size_t begin, size_t end) in opSlice() function
1525 auto opSlice(size_t begin, size_t end) in opSlice() function
2563 auto opSlice(size_t m, size_t n) in opSlice() function
2726 auto opSlice(size_t i, size_t j) { return typeof(this)(_arr[i .. j]); } in opSlice() function
2759 auto opSlice(size_t i, size_t j) { return new typeof(this)(_arr[i .. j]); } in opSlice() function
3541 auto opSlice(size_t i, size_t j) in opSlice() function
3552 auto opSlice(size_t i, DollarToken) in opSlice() function
3683 auto opSlice(size_t i, size_t j) @safe in opSlice() function
3697 inout(typeof(this)) opSlice(size_t i, DollarToken) inout @safe in opSlice() function
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dmmfile.d454 void[] opSlice() in opSlice() function
463 void[] opSlice(ulong i1, ulong i2) in opSlice() function
H A Dnumeric.d2396 ref GapWeightedSimilarityIncremental opSlice() in opSlice() function
2889 typeof(this) opSlice(size_t lower, size_t upper) in opSlice() function
H A Duni.d3313 auto opSlice(size_t from, size_t to) in opSlice() function
3326 auto opSlice(size_t from, size_t to) const in opSlice() function
3332 auto opSlice() in opSlice() function
3338 auto opSlice() const in opSlice() function
5301 auto opSlice(size_t a, size_t b){ return Decoder(str[0 .. idx+b], idx+a); } in opSlice() function
H A Darray.d2873 @property inout(ElementEncodingType!A)[] opSlice() inout @trusted pure nothrow in CheckOutput() function
3263 @property inout(ElementEncodingType!A)[] opSlice() inout function
H A Dutf.d3328 auto opSlice(size_t lower, size_t upper) { return ByCodeUnitImpl(str[lower .. upper]); } in opSlice() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dmmfile.d452 void[] opSlice() in opSlice() function
461 void[] opSlice(ulong i1, ulong i2) in opSlice() function
H A Dnumeric.d2723 ref GapWeightedSimilarityIncremental opSlice() in opSlice() function
3452 typeof(this) opSlice(size_t lower, size_t upper) in opSlice() function
H A Darray.d4061 @property inout(ElementEncodingType!A)[] opSlice() inout in opSlice() function
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/
H A Dir.d505 NamedGroupRange opSlice(size_t low, size_t high) { in Regex() function
510 NamedGroupRange opSlice() { return this.save; } in Regex() function
638 String opSlice(size_t start, size_t end){ return _origin[start .. end]; } in opSlice() function
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/internal/test/
H A Ddummyrange.d166 typeof(this) opSlice(size_t lower, size_t upper) in opSlice() function
173 typeof(this) opSlice() in opSlice() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/internal/test/
H A Ddummyrange.d166 typeof(this) opSlice(size_t lower, size_t upper) in opSlice() function
173 typeof(this) opSlice() in opSlice() function
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/common/
H A Doutbuffer.d654 extern (D) const(char)[] opSlice() const pure nothrow @nogc @safe in opSlice() function
659 extern (D) const(char)[] opSlice(size_t lwr, size_t upr) const pure nothrow @nogc @safe in opSlice() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/
H A Dir.d670 NamedGroupRange opSlice(size_t low, size_t high) { in Regex() function
675 NamedGroupRange opSlice() { return this.save; } in Regex() function
827 String opSlice(size_t start, size_t end){ return _origin[start .. end]; } in opSlice() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/range/
H A Dpackage.d657 typeof(this) opSlice(size_t lower, size_t upper) in opSlice() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/container/
H A Dslist.d303 Range opSlice() in opSlice() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/
H A Dpackage.d1566 auto ref opSlice() function
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Dsetops.d1380 ref auto opSlice() { return this; } in opSlice() function
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/
H A Dpackage.d1550 auto ref opSlice() in opSlice() function