Home
last modified time | relevance | path

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

/dports/games/pokerth/pokerth-1.1.2-rc/
H A Dpokerth.proto404 rejectReasonNo = 0; enumerator
/dports/games/pokerth/pokerth-1.1.2-rc/src/net/common/
H A Dserverlobbythread.cpp1533 if (reject.myrejectreason() == RejectGameInvitationMessage::rejectReasonNo) { in HandleNetPacketRejectGameInvitation()
/dports/games/pokerth/pokerth-1.1.2-rc/tests/src/de/pokerth/protocol/
H A DProtoBuf.java24953 rejectReasonNo(0, 0), enumConstant
24974 case 0: return rejectReasonNo; in valueOf()
25034 …son_ = de.pokerth.protocol.ProtoBuf.RejectGameInvitationMessage.RejectGameInvReason.rejectReasonNo; in initFields()
25176 …son_ = de.pokerth.protocol.ProtoBuf.RejectGameInvitationMessage.RejectGameInvReason.rejectReasonNo; in clear()
25289 …son_ = de.pokerth.protocol.ProtoBuf.RejectGameInvitationMessage.RejectGameInvReason.rejectReasonNo;
25319 …son_ = de.pokerth.protocol.ProtoBuf.RejectGameInvitationMessage.RejectGameInvReason.rejectReasonNo; in clearMyRejectReason()
25520 …son_ = de.pokerth.protocol.ProtoBuf.RejectGameInvitationMessage.RejectGameInvReason.rejectReasonNo; in initFields()
25675 …son_ = de.pokerth.protocol.ProtoBuf.RejectGameInvitationMessage.RejectGameInvReason.rejectReasonNo; in clear()
25831 …son_ = de.pokerth.protocol.ProtoBuf.RejectGameInvitationMessage.RejectGameInvReason.rejectReasonNo;
25861 …son_ = de.pokerth.protocol.ProtoBuf.RejectGameInvitationMessage.RejectGameInvReason.rejectReasonNo; in clearPlayerRejectReason()
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/protobuf/
H A Dpokerth.pb.h5522 …static const RejectGameInvReason rejectReasonNo = RejectGameInvitationMessage_RejectGameInvReason_… variable
H A Dpokerth.pb.cc12143 const RejectGameInvitationMessage_RejectGameInvReason RejectGameInvitationMessage::rejectReasonNo; member in RejectGameInvitationMessage