Home
last modified time | relevance | path

Searched refs:Dealer (Results 1 – 25 of 337) sorted by relevance

12345678910>>...14

/dports/games/CaribbeanStud/CS/
H A DDealer.h36 class Dealer : public Hands
40 Dealer( Seat * dealerSeat );
41 ~Dealer() {}; in ~Dealer()
64 Dealer(const Dealer &right);
65 const Dealer & operator=(const Dealer &right);
78 inline long Dealer::JackPot() const in JackPot()
88 inline void Dealer::JackPot(long jackpot) in JackPot()
119 inline Deck* Dealer::GetDeck () const in GetDeck()
124 inline void Dealer::SetDeck (Deck* deck) in SetDeck()
130 inline Seat* Dealer::GetSeat () const in GetSeat()
[all …]
H A DDealer.cpp33 Dealer::Dealer( Seat * dealerSeat ) : _seat(dealerSeat), _current(0) in Dealer() function in Dealer
40 void Dealer::CollectAnte() const in CollectAnte()
61 void Dealer::DealCards() in DealCards()
78 void Dealer::AskBet() const in AskBet()
95 void Dealer::CollectBet() const in CollectBet()
144 void Dealer::NewGame() in NewGame()
H A DTable.h28 class Dealer; variable
40 Dealer* GetDealer() const;
41 void SetDealer(Dealer*);
77 Dealer* _dealer;
113 inline void Table::SetDealer(Dealer* dealer) in SetDealer()
118 inline Dealer* Table::GetDealer() const in GetDealer()
H A DMakefile333 Dealer.h \
342 Dealer.cpp \
350 Dealer.o \
429 CaribbeanStud.o: /opt/SUNWspro/SC4.0/include/CC/rlocks.h Dealer.h
454 Dealer.o: /usr/include/stdlib.h /usr/include/sys/feature_tests.h
455 Dealer.o: /opt/SUNWspro/SC4.0/include/CC/iostream.h
456 Dealer.o: /opt/SUNWspro/SC4.0/include/CC/rlocks.h Card.h Deck.h
457 Dealer.o: /usr/include/sys/types.h /usr/include/sys/isa_defs.h
458 Dealer.o: /usr/include/sys/machtypes.h /usr/include/time.h Dealer.h
459 Dealer.o: /usr/include/assert.h Hands.h Player.h
[all …]
H A DPlayer.h36 Player( Dealer*, Seat* seat);
66 Dealer *_dealer;
H A DXmakefile106 Dealer.h \
115 Dealer.cpp \
123 Dealer.o \
H A DImakefile65 Dealer.h \
74 Dealer.cpp \
82 Dealer.o \
H A DTable.cpp142 _dealer = new Dealer(_playerSeats[0]); in Initialize()
623 Dealer* dealer = table->GetDealer() ; in PlayerDrawingAreaCB()
659 Dealer * dealer = table->GetDealer(); in AnteScrollCB()
703 Dealer * dealer = table->GetDealer(); in DealCB()
772 Dealer * dealer = table->GetDealer(); in BetCB()
802 Dealer * dealer = table->GetDealer(); in FoldCB()
830 Dealer *dealer = table->GetDealer(); in PayTime()
H A DPlayer.cpp35 Player::Player(Dealer* dealer, Seat* seat) : _dealer(dealer), in Player()
/dports/security/keybase/client-v5.7.1/go/chat/flip/
H A Dflip.go52 type Dealer struct { struct
80 func NewDealer(dh DealersHelper) *Dealer {
81 return &Dealer{
93 func (d *Dealer) UpdateCh() <-chan GameStateUpdateMessage { argument
98 func (d *Dealer) Run(ctx context.Context) error { argument
125 func (d *Dealer) Stop() { argument
137 func (d *Dealer) StartFlip(ctx context.Context, start Start, conversationID chat1.ConversationID) (… argument
144 func (d *Dealer) StartFlipWithGameID(ctx context.Context, start Start, conversationID chat1.Convers… argument
156 func (d *Dealer) InjectIncomingChat(ctx context.Context, sender UserDevice, argument
213 func (d *Dealer) IsGameActive(ctx context.Context, conversationID chat1.ConversationID, gameID chat… argument
[all …]
H A Ddealer.go91 dealer *Dealer
180 func (d *Dealer) run(ctx context.Context, game *Game) {
681 func (d *Dealer) handleMessageStart(ctx context.Context, msg *GameMessageWrapped, start Start) erro…
763 func (d *Dealer) handleMessageOthers(c context.Context, msg *GameMessageWrapped) error {
776 func (d *Dealer) handleMessage(ctx context.Context, msg *GameMessageWrapped) error {
813 func (d *Dealer) stopGames() {
828 dealer *Dealer
831 func (d *Dealer) newPlayerControl(me UserDevice, md GameMetadata, start Start) (*playerControl, err…
863 func (d *Dealer) startFlipWithGameID(ctx context.Context, start Start, conversationID chat1.Convers…
885 func (d *Dealer) sendCommitment(ctx context.Context, md GameMetadata, pc *playerControl) error {
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-exactprint-0.6.4/tests/examples/pre-ghc86/
H A DT3927b.hs19 data SocketType = Dealer | Push | Pull constructor
50 instance Readable Dealer
53 Writable Dealer = ()
56 dealer :: Socket Dealer
57 dealer = Socket (Proxy :: Proxy Dealer) f
59 f :: Restrict op (Implements Dealer) => SockOp Dealer op -> Operation op
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-exactprint-0.6.4/tests/examples/ghc86/
H A DT3927b.hs19 data SocketType = Dealer | Push | Pull constructor
50 instance Readable Dealer
53 Writable Dealer = ()
56 dealer :: Socket Dealer
57 dealer = Socket (Proxy :: Proxy Dealer) f
59 f :: Restrict op (Implements Dealer) => SockOp Dealer op -> Operation op
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/apiserver/pkg/util/shufflesharding/
H A Dshufflesharding.go40 type Dealer struct { struct
51 func NewDealer(deckSize, handSize int) (*Dealer, error) {
65 return &Dealer{
76 func (d *Dealer) Deal(hashValue uint64, pick func(int)) { argument
103 func (d *Dealer) DealIntoHand(hashValue uint64, hand []int) []int { argument
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/apiserver/pkg/util/shufflesharding/
H A Dshufflesharding.go40 type Dealer struct { struct
51 func NewDealer(deckSize, handSize int) (*Dealer, error) {
65 return &Dealer{
76 func (d *Dealer) Deal(hashValue uint64, pick func(int)) { argument
103 func (d *Dealer) DealIntoHand(hashValue uint64, hand []int) []int { argument
/dports/math/vtk6/VTK-6.2.0/ThirdParty/AutobahnPython/autobahn/asyncio/
H A Dwamp.py110 class Dealer(FutureMixin, dealer.Dealer): class
127 dealer = Dealer
/dports/lang/racket/racket-8.3/share/pkgs/games/scribblings/
H A Dblackjack.scrbl14 @item{Dealer stands on soft 17s.}
30 @item{Dealer's second card is not revealed if the player busts (or
/dports/math/vtk6/VTK-6.2.0/ThirdParty/AutobahnPython/autobahn/twisted/
H A Dwamp.py89 class Dealer(FutureMixin, dealer.Dealer): class
106 dealer = Dealer
/dports/games/pcgen/pcgen/data/modern/battlefield_press/pulp_fantasy/pulp_fantasy_rpg/
H A Dpulpfantasy_ability_categories.lst6Dealer Occupation Skills VISIBLE:QUALIFY EDITABLE:YES EDITPOOL:YES FRACTIONALPOOL:NO CATEGORY:Sta…
24 …Antiques Dealer Feat VISIBLE:QUALIFY EDITABLE:YES EDITPOOL:YES FRACTIONALPOOL:NO CATEGORY:FEAT …
/dports/games/coronapoker/coronapoker-4.33/src/main/java/org/alberta/poker/
H A DDealer.java22 public class Dealer implements Runnable {
37 public Dealer() {
47 public Dealer(int seed) {
/dports/www/py-autobahn/autobahn-python-19.5.1/autobahn/wamp/gen/wamp/proto/
H A DRouterRoles.py33 def Dealer(self): member in RouterRoles
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/apiserver/pkg/util/flowcontrol/fairqueuing/queueset/
H A Dqueueset.go55 dealer *shufflesharding.Dealer
87 dealer *shufflesharding.Dealer
136 func checkConfig(qCfg fq.QueuingConfig) (*shufflesharding.Dealer, error) {
188 func (qs *queueSet) setConfiguration(qCfg fq.QueuingConfig, dealer *shufflesharding.Dealer, dCfg fq…
/dports/www/py-autobahn/autobahn-python-19.5.1/autobahn/wamp/flatbuffers/
H A Dwamp.fbs28 // - Dealer, to forward calls from Callers to Callees
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/apiserver/pkg/util/flowcontrol/fairqueuing/queueset/
H A Dqueueset.go54 dealer *shufflesharding.Dealer
86 dealer *shufflesharding.Dealer
139 func checkConfig(qCfg fq.QueuingConfig) (*shufflesharding.Dealer, error) {
191 func (qs *queueSet) setConfiguration(qCfg fq.QueuingConfig, dealer *shufflesharding.Dealer, dCfg fq…
/dports/math/vtk6/VTK-6.2.0/ThirdParty/AutobahnPython/autobahn/wamp/
H A Ddealer.py32 class Dealer: class
336 IDealer.register(Dealer)

12345678910>>...14