Home
last modified time | relevance | path

Searched refs:kickDeniedInvalidPlayerId (Results 1 – 4 of 4) sorted by relevance

/dports/games/pokerth/pokerth-1.1.2-rc/
H A Dpokerth.proto567 kickDeniedInvalidPlayerId = 4; enumerator
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/protobuf/
H A Dpokerth.pb.h8350 …static const KickDeniedReason kickDeniedInvalidPlayerId = AskKickDeniedMessage_KickDeniedReason_ki… variable
H A Dpokerth.pb.cc18994 const AskKickDeniedMessage_KickDeniedReason AskKickDeniedMessage::kickDeniedInvalidPlayerId; member in AskKickDeniedMessage
/dports/games/pokerth/pokerth-1.1.2-rc/tests/src/de/pokerth/protocol/
H A DProtoBuf.java39030 kickDeniedInvalidPlayerId(4, 4), enumConstant
39063 case 4: return kickDeniedInvalidPlayerId; in valueOf()