| /src/external/gpl3/gcc.old/dist/libphobos/src/std/internal/test/ |
| range.d | 20 void popFront() { state++; }
|
| dummyrange.d | 68 void popFront() 260 final void popFront(){_payload.popFront();} 272 final void popFront(){++_val;} 463 it.popFront(); 464 cmp.popFront(); 480 s.popFront();
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/ |
| demangle.d | 342 void popFront() 349 void popFront(int i) 352 popFront(); 359 popFront(); 368 popFront(); 376 popFront(); 417 popFront(); 451 popFront(); 505 popFront(); 527 popFront(); [all...] |
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/ |
| parser.d | 84 nc.popFront(); 551 popFront(); 573 pat.popFront(); 582 void popFront() 599 popFront(); 641 popFront(); 644 popFront(); 650 popFront(); 654 popFront(); 661 popFront(); [all...] |
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| csv.d | 563 records.popFront(); 564 records.popFront(); 715 ans.popFront(); 734 ans2.popFront(); 745 ans2.popFront(); 807 record.popFront(); 809 records.popFront(); 849 void popFront() 851 text.popFront(); 1069 popFront(); [all...] |
| base64.d | 62 isForwardRange, ElementType, hasLength, popFront, put, save; 326 immutable v1 = source.front; source.popFront(); 327 immutable v2 = source.front; source.popFront(); 328 immutable v3 = source.front; source.popFront(); 341 source.popFront(); 490 immutable v1 = source.front; source.popFront(); 491 immutable v2 = source.front; source.popFront(); 492 immutable v3 = source.front; source.popFront(); 506 source.popFront(); 640 void popFront() [all...] |
| random.d | 275 void popFront() {} 283 void popFront() {} 298 void popFront() {} 345 void popFront() {} 356 void popFront() {} 371 void popFront() {} 382 void popFront() {} 394 void popFront() {} 407 void popFront() {} 420 void popFront() {} [all...] |
| utf.d | 1262 str.popFront(); 1539 pstr.popFront(); 1635 pstr.popFront(); 1719 void popFront() { ++idx; } 1757 pstr.popFront(); 1797 pstr.popFront(); 1837 void popFront() { ++idx; } 1885 pstr.popFront(); 1901 void popFront() { ++idx; } 3452 void popFront() { _str = _str[1 .. $]; [all...] |
| conv.d | 132 source.popFront(); 2310 s.popFront(); 2315 s.popFront(); 2364 void popFront() { _s.popFront(); } 2466 source.popFront(); 2485 source.popFront(); 2501 source.popFront(); 2804 char popFront() { return str[front_index++]; } 2888 s.popFront(); [all...] |
| concurrency.d | 1813 final void popFront() 1847 for (; !empty; popFront()) 1858 for (size_t i; !empty; ++i, popFront()) 1975 myIota.popFront(); 1976 myIota.popFront(); 1979 myIota.popFront(); 1988 myIota.popFront(); 1989 myIota.popFront(); 1992 myIota.popFront(); 2238 range.popFront(); [all...] |
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/format/internal/ |
| read.d | 29 import std.range.primitives : empty, front, popFront; 33 case 'c': input.popFront(); break; 35 if (input.front == '+' || input.front == '-') input.popFront(); 38 while (!input.empty && isDigit(input.front)) input.popFront(); 151 import std.range.primitives : empty, front, popFront; 157 input.popFront(); 179 import std.range.primitives : empty, front, popFront, put; 202 for (; !input.empty; input.popFront()) 213 for (; !input.empty && input.front != end; input.popFront()) 258 import std.range.primitives : popFront; [all...] |
| write.d | 1260 import std.range.primitives : front, popFront; 1269 void popFront() { value.popFront(); } 1424 void popFront() { arr = arr[1 .. $]; } 1452 void popFront() { arr = arr[1 .. $]; } 1552 walkLength, isForwardRange, isInfinite, popFront, put; 1597 for (; !val.empty && printed < f.precision; val.popFront(), ++printed) 1616 for (; !val.empty; val.popFront(), ++printed) 1626 for (; !val.empty && printed < f.precision; val.popFront(), ++printed) 1642 val.popFront(); [all...] |
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/ |
| setops.d | 273 void popFront() { impl.popFront(); } 316 void popFront() { impl.popFront(); } 394 void popFront() scope 398 r.popFront(); 542 C.popFront(); 545 C.popFront(); 576 void popFront() @system 835 complexity of one `popFront` operation is $(BIGO [all...] |
| iteration.d | 82 on each construction or call to $(REF_ALTTEXT popFront, popFront, std,range,primitives), 269 void popFront() {initialized = false;} 344 void popFront() 347 source.popFront(); 573 void popFront() 575 assert(!empty, "Attempting to popFront an empty map."); 576 _input.popFront(); 682 squares2.popFront(); 717 fibsSquares.popFront(); [all...] |
| searching.d | 250 for (; !rn.empty; rn.popFront()) 470 ++i, r1.popFront(), r2.popFront()) 493 for (size_t j = 0; i < len && !r2.empty; r2.popFront(), i = j) 815 haystack.popFront(); 820 haystack.popFront(); 842 for (; !haystack.empty ; ++result, haystack.popFront()) 1333 r.popFront(); 1375 r.popFront(); 1407 r.popFront(); [all...] |
| mutation.d | 241 front.popFront(); 242 back.popFront(); 312 void popFront() { ++i; } 408 // index than by x.popFront(), y.popFront() pair 565 void popFront() { line = 1; } 612 for ( ; !range.empty; range.popFront() ) 775 for ( ; !range.empty; range.popFront(), filler.popFront()) 808 for (; !range.empty; range.popFront(), filler.popFront() [all...] |
| comparison.d | 694 for (;; r1.popFront(), r2.popFront()) 754 for (;; r1.popFront(), r2.popFront()) 1032 for (; !rs[0].empty; rs[0].popFront) 1037 r.popFront; 1202 void popFront(){assert(0);} 1370 tt.popFront(); 1386 s.popFront(); 1409 ss.popFront(); [all...] |
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/range/ |
| primitives.d | 5 $(LREF empty), $(LREF front), $(LREF back), $(LREF popFront), $(LREF popBack) and $(LREF save). 16 primitives `front`, `popFront`, and `empty`. 125 define the primitives `empty`, `popFront`, and `front`. The 131 r.popFront(); // can invoke popFront() 144 `r.popFront`, or otherwise mutating the range object or the 151 `r.popFront`, or otherwise mutating the range object or the 153 $(LI `r.popFront` advances to the next element in the range.) 154 $(LI `r.popFront` can be called if and only if evaluating `r.empty` 177 && is(typeof((R r) => r.popFront)); [all...] |
| package.d | 292 void popFront() { source.popBack(); } 294 void popBack() { source.popFront(); } 481 moves by successive calls to `popFront`. Applying stride twice to 592 void popFront() 871 result is a range that offers the `front`, `popFront`, and $(D 981 void popFront() 986 source[i].popFront(); 989 assert(false, "Attempt to `popFront` of empty `chain` range"); 1351 myChain.popFront(); 1573 void popFront() [all...] |
| interfaces.d | 109 void popFront(); 402 void popFront() { _range.popFront(); } 487 for (auto r = _range; !r.empty; r.popFront()) 500 for (auto r = _range; !r.empty; r.popFront())
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/container/ |
| dlist.d | 59 rn.popFront(); 62 rs.popFront(); 142 void popFront() scope 144 assert(!empty, "DList.Range.popFront: Range is empty"); 666 r.popFront(); 703 r.popFront(); 799 for ( stuff.popFront() ; !stuff.empty ; stuff.popFront() ) 885 for ( ; !range.empty; range.popFront()) 898 for ( ; !range.empty; range.popFront()) [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/ |
| StringView.h | 77 char popFront() {
|
| /src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.aa/ |
| test_aa.d | 357 keyRange.popFront(); 372 savedKeyRange.popFront(); 400 valRange.popFront(); 412 savedValRange.popFront(); 495 pairs.popFront(); 506 savedPairs.popFront(); 566 fwdRange.popFront(); 571 saved.popFront();
|
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/root/ |
| array.d | 843 for (; !range1.empty; range1.popFront(), range2.popFront()) 909 range.popFront(); 927 void popFront() 934 range.popFront(); 980 void popFront() 983 range.popFront(); 1006 for (; !range.empty; range.popFront()) 1037 && is(typeof((R r) => r.popFront)); 1105 /// Implements the range interface primitive `popFront` for built-in arrays [all...] |
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/internal/container/ |
| treap.d | 351 popFront(); 360 void popFront()
|