Searched refs:netAllInShow (Results 1 – 2 of 2) sorted by relevance
997 AllInShowCardsMessage *netAllInShow = allIn->GetMsg()->mutable_allinshowcardsmessage(); in EngineLoop() local998 netAllInShow->set_gameid(server->GetId()); in EngineLoop()1004 AllInShowCardsMessage::PlayerAllIn *playerAllIn = netAllInShow->add_playersallin(); in EngineLoop()
1926 const AllInShowCardsMessage &netAllInShow = tmpPacket->GetMsg()->allinshowcardsmessage(); in InternalHandlePacket() local1931 unsigned numPlayers = netAllInShow.playersallin_size(); in InternalHandlePacket()1934 const AllInShowCardsMessage::PlayerAllIn &p = netAllInShow.playersallin(i); in InternalHandlePacket()