Home
last modified time | relevance | path

Searched refs:Type_ChatRejectMessage (Results 1 – 8 of 8) sorted by relevance

/dports/games/pokerth/pokerth-1.1.2-rc/tests/src/de/pokerth/test/
H A DChatTest.java126 …e(msg.hasChatRejectMessage() && msg.getMessageType() == PokerTHMessageType.Type_ChatRejectMessage); in testChat()
133 …e(msg.hasChatRejectMessage() && msg.getMessageType() == PokerTHMessageType.Type_ChatRejectMessage); in testChat()
141 …e(msg.hasChatRejectMessage() && msg.getMessageType() == PokerTHMessageType.Type_ChatRejectMessage); in testChat()
233 …e(msg.hasChatRejectMessage() || msg.getMessageType() == PokerTHMessageType.Type_ChatRejectMessage); in testChat()
246 …e(msg.hasChatRejectMessage() || msg.getMessageType() == PokerTHMessageType.Type_ChatRejectMessage); in testChat()
/dports/games/pokerth/pokerth-1.1.2-rc/
H A Dpokerth.proto820 Type_ChatRejectMessage = 65; enumerator
/dports/games/pokerth/pokerth-1.1.2-rc/src/net/common/
H A Dservergamestate.cpp316 packet->GetMsg()->set_messagetype(PokerTHMessage::Type_ChatRejectMessage); in ProcessPacket()
H A Dclientstate.cpp703 } else if (tmpPacket->GetMsg()->messagetype() == PokerTHMessage::Type_ChatRejectMessage) { in HandlePacket()
H A Dserverlobbythread.cpp1516 packet->GetMsg()->set_messagetype(PokerTHMessage::Type_ChatRejectMessage); in HandleNetPacketChatRequest()
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/protobuf/
H A Dpokerth.pb.h11013 …static const PokerTHMessageType Type_ChatRejectMessage = PokerTHMessage_PokerTHMessageType_Type_Ch… variable
H A Dpokerth.pb.cc25094 const PokerTHMessage_PokerTHMessageType PokerTHMessage::Type_ChatRejectMessage; member in PokerTHMessage
/dports/games/pokerth/pokerth-1.1.2-rc/tests/src/de/pokerth/protocol/
H A DProtoBuf.java53355 Type_ChatRejectMessage(64, 65), enumConstant
53816 case 65: return Type_ChatRejectMessage; in valueOf()