Home
last modified time | relevance | path

Searched refs:cannot_have (Results 1 – 4 of 4) sorted by relevance

/dports/games/freedoko/FreeDoko_0.7.19/src/player/ai/
H A Dcards_information.of_player.h90 bool cannot_have(Card card) const;
H A Dcards_information.of_player.cpp378 CardsInformation::OfPlayer::cannot_have(Card const card) const in cannot_have() function in CardsInformation::OfPlayer
430 if (this->cannot_have(card)) in weighting()
610 if (this->cannot_have(c)) in estimated_hand()
H A Dteam_information.cpp582 … else if ( this->player().cards_information().of_player(player).cannot_have(Card::club_queen) in update_teams()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_ast_passes/src/
H A Dast_validation.rs486 let cannot_have = |span, descr, remove_descr| { in check_foreign_ty_genericless() localVariable
504 cannot_have(generics.span, "generic parameters", "generic parameters"); in check_foreign_ty_genericless()
508 cannot_have(generics.where_clause.span, "`where` clauses", "`where` clause"); in check_foreign_ty_genericless()