Searched refs:stairKey (Results 1 – 2 of 2) sorted by relevance
219 if (auto stairKey = getStairsBetween(l1, l2)) in calculateStairNavigation() local220 stairNavigation[getIds(l1, l2)] = *stairKey; in calculateStairNavigation()
1369 StartingPos(Predicate pred, StairKey key) : predicate(pred), stairKey(key) {} in StartingPos()1374 builder->modSquare(pos)->setLandingLink(stairKey); in make()1379 StairKey stairKey; member in __anonf3cf7e280111::StartingPos1385 TransferPos(Predicate pred, StairKey key, int w) : predicate(pred), stairKey(key), width(w) {} in TransferPos()1393 builder->modSquare(pos)->setLandingLink(stairKey); in make()1401 StairKey stairKey; member in __anonf3cf7e280111::TransferPos