Home
last modified time | relevance | path

Searched refs:Type_VoteKickReplyMessage (Results 1 – 5 of 5) sorted by relevance

/dports/games/pokerth/pokerth-1.1.2-rc/
H A Dpokerth.proto814 Type_VoteKickReplyMessage = 59; enumerator
/dports/games/pokerth/pokerth-1.1.2-rc/src/net/common/
H A Dservergame.cpp587 packet->GetMsg()->set_messagetype(PokerTHMessage::Type_VoteKickReplyMessage); in InternalDenyVoteKick()
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/protobuf/
H A Dpokerth.pb.h11007 …static const PokerTHMessageType Type_VoteKickReplyMessage = PokerTHMessage_PokerTHMessageType_Type… variable
H A Dpokerth.pb.cc25088 const PokerTHMessage_PokerTHMessageType PokerTHMessage::Type_VoteKickReplyMessage; member in PokerTHMessage
/dports/games/pokerth/pokerth-1.1.2-rc/tests/src/de/pokerth/protocol/
H A DProtoBuf.java53331 Type_VoteKickReplyMessage(58, 59), enumConstant
53810 case 59: return Type_VoteKickReplyMessage; in valueOf()