Home
last modified time | relevance | path

Searched refs:Type_RejectGameInvitationMessage (Results 1 – 6 of 6) sorted by relevance

/dports/games/pokerth/pokerth-1.1.2-rc/
H A Dpokerth.proto789 Type_RejectGameInvitationMessage = 34; enumerator
/dports/games/pokerth/pokerth-1.1.2-rc/src/net/common/
H A Dclientthread.cpp358 packet->GetMsg()->set_messagetype(PokerTHMessage::Type_RejectGameInvitationMessage); in SendRejectGameInvitation()
H A Dserverlobbythread.cpp1019 } else if (packet->GetMsg()->messagetype() == PokerTHMessage::Type_RejectGameInvitationMessage) { in HandlePacket()
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/protobuf/
H A Dpokerth.pb.h10982 …static const PokerTHMessageType Type_RejectGameInvitationMessage = PokerTHMessage_PokerTHMessageTy… variable
H A Dpokerth.pb.cc25063 const PokerTHMessage_PokerTHMessageType PokerTHMessage::Type_RejectGameInvitationMessage; member in PokerTHMessage
/dports/games/pokerth/pokerth-1.1.2-rc/tests/src/de/pokerth/protocol/
H A DProtoBuf.java53231 Type_RejectGameInvitationMessage(33, 34), enumConstant
53785 case 34: return Type_RejectGameInvitationMessage; in valueOf()