Searched refs:IsPending (Results 1 – 2 of 2) sorted by relevance
113 DCHECK(!move->IsPending()); in PerformMove()134 if (other_move.Blocks(destination) && !other_move.IsPending()) { in PerformMove()189 DCHECK(other_move.IsPending()); in PerformMove()396 DCHECK(!move->IsPending()); in PerformMove()424 if (other_move.Blocks(destination) && !other_move.IsPending()) { in PerformMove()
3836 DCHECK(!IsPending()); in MarkPending()3843 DCHECK(IsPending()); in ClearPending()3847 bool IsPending() const { in IsPending() function