Searched refs:IsPending (Results 1 – 2 of 2) sorted by relevance
128 DCHECK(!move->IsPending()); in PerformMove()149 if (other_move.Blocks(destination) && !other_move.IsPending()) { in PerformMove()203 DCHECK(other_move->IsPending()) << "move=" << *move << " other_move=" << *other_move; in PerformMove()408 DCHECK(!move->IsPending()); in PerformMove()436 if (other_move.Blocks(destination) && !other_move.IsPending()) { in PerformMove()
7631 DCHECK(!IsPending()); in MarkPending()7638 DCHECK(IsPending()); in ClearPending()7642 bool IsPending() const { in IsPending() function