Home
last modified time | relevance | path

Searched refs:Type_TimeoutWarningMessage (Results 1 – 7 of 7) sorted by relevance

/dports/games/pokerth/pokerth-1.1.2-rc/
H A Dpokerth.proto822 Type_TimeoutWarningMessage = 67; enumerator
/dports/games/pokerth/pokerth-1.1.2-rc/src/net/common/
H A Dservergamestate.cpp633 packet->GetMsg()->set_messagetype(PokerTHMessage::Type_TimeoutWarningMessage); in TimerAdminWarning()
1373 packet->GetMsg()->set_messagetype(PokerTHMessage::Type_TimeoutWarningMessage); in CheckPlayerTimeouts()
H A Dclientstate.cpp671 } else if (tmpPacket->GetMsg()->messagetype() == PokerTHMessage::Type_TimeoutWarningMessage) { in HandlePacket()
H A Dserverlobbythread.cpp2081 packet->GetMsg()->set_messagetype(PokerTHMessage::Type_TimeoutWarningMessage); in SessionTimeoutWarning()
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/protobuf/
H A Dpokerth.pb.h11015 …static const PokerTHMessageType Type_TimeoutWarningMessage = PokerTHMessage_PokerTHMessageType_Typ… variable
H A Dpokerth.pb.cc25096 const PokerTHMessage_PokerTHMessageType PokerTHMessage::Type_TimeoutWarningMessage; member in PokerTHMessage
/dports/games/pokerth/pokerth-1.1.2-rc/tests/src/de/pokerth/protocol/
H A DProtoBuf.java53363 Type_TimeoutWarningMessage(66, 67), enumConstant
53818 case 67: return Type_TimeoutWarningMessage; in valueOf()