Home
last modified time | relevance | path

Searched refs:canBeReachedFrom (Results 1 – 3 of 3) sorted by relevance

/dports/games/chessx/chessx-1.5.6/src/database/
H A Dbitboard.h115 bool canBeReachedFrom(const BitBoard& target) const;
H A Dgamex.cpp726 if(current == NO_MOVE || !position.canBeReachedFrom(currentBoard)) in findPosition()
H A Dbitboard.cpp2910 bool BitBoard::canBeReachedFrom(const BitBoard& target) const in canBeReachedFrom() function in BitBoard