Home
last modified time | relevance | path

Searched refs:netAllInShow (Results 1 – 2 of 2) sorted by relevance

/dports/games/pokerth/pokerth-1.1.2-rc/src/net/common/
H A Dservergamestate.cpp997 AllInShowCardsMessage *netAllInShow = allIn->GetMsg()->mutable_allinshowcardsmessage(); in EngineLoop() local
998 netAllInShow->set_gameid(server->GetId()); in EngineLoop()
1004 AllInShowCardsMessage::PlayerAllIn *playerAllIn = netAllInShow->add_playersallin(); in EngineLoop()
H A Dclientstate.cpp1926 const AllInShowCardsMessage &netAllInShow = tmpPacket->GetMsg()->allinshowcardsmessage(); in InternalHandlePacket() local
1931 unsigned numPlayers = netAllInShow.playersallin_size(); in InternalHandlePacket()
1934 const AllInShowCardsMessage::PlayerAllIn &p = netAllInShow.playersallin(i); in InternalHandlePacket()