Home | History | Annotate | Download | only in ADT

Lines Matching defs:moveLeft

243   /// moveLeft - Move elements to the left.
247 void moveLeft(unsigned i, unsigned j, unsigned Count) {
257 assert(i <= j && "Use moveLeft shift elements left");
270 moveLeft(j, i, Size - j);
874 /// moveLeft - Move path to the left sibling at Level. Leave nodes below Level
877 void moveLeft(unsigned Level);
919 moveLeft(Level);
1410 path.moveLeft(map->height);
1818 P.moveLeft(P.height());
2003 P.moveLeft(Level);
2025 P.moveLeft(Level);