Home | History | Annotate | Download | only in ADT

Lines Matching defs:moveLeft

237   /// moveLeft - Move elements to the left.
241 void moveLeft(unsigned i, unsigned j, unsigned Count) {
251 assert(i <= j && "Use moveLeft shift elements left");
264 moveLeft(j, i, Size - j);
872 /// moveLeft - Move path to the left sibling at Level. Leave nodes below Level
875 void moveLeft(unsigned Level);
917 moveLeft(Level);
1407 path.moveLeft(map->height);
1817 P.moveLeft(P.height());
2002 P.moveLeft(Level);
2024 P.moveLeft(Level);