Home | History | Annotate | Download | only in ADT

Lines Matching defs:moveLeft

242   /// moveLeft - Move elements to the left.
246 void moveLeft(unsigned i, unsigned j, unsigned Count) {
256 assert(i <= j && "Use moveLeft shift elements left");
269 moveLeft(j, i, Size - j);
873 /// moveLeft - Move path to the left sibling at Level. Leave nodes below Level
876 void moveLeft(unsigned Level);
918 moveLeft(Level);
1409 path.moveLeft(map->height);
1816 P.moveLeft(P.height());
2001 P.moveLeft(Level);
2023 P.moveLeft(Level);