Home | History | Annotate | Download | only in ADT

Lines Matching defs:shift

241     assert(j <= i && "Use moveRight shift elements right");
250 assert(i <= j && "Use moveLeft shift elements left");
273 /// shift - Shift elements [i;size) 1 position to the right.
276 void shift(unsigned i, unsigned Size) {
669 this->shift(i, Size);
749 this->shift(i, Size);