Home
last modified time | relevance | path

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

/dports/games/pokerth/pokerth-1.1.2-rc/
H A Dpokerth.proto695 gameReportAccepted = 0; enumerator
/dports/games/pokerth/pokerth-1.1.2-rc/src/net/common/
H A Dclientstate.cpp835 case ReportGameAckMessage::gameReportAccepted: in HandlePacket()
H A Dserverlobbythread.cpp1843 …netReportAck->set_reportgameresult(success ? ReportGameAckMessage::gameReportAccepted : ReportGame… in SendReportGameResult()
/dports/games/pokerth/pokerth-1.1.2-rc/tests/src/de/pokerth/protocol/
H A DProtoBuf.java48494 gameReportAccepted(0, 0), enumConstant
48523 case 0: return gameReportAccepted; in valueOf()
48584 …ameResult_ = de.pokerth.protocol.ProtoBuf.ReportGameAckMessage.ReportGameResult.gameReportAccepted; in initFields()
48726 …ameResult_ = de.pokerth.protocol.ProtoBuf.ReportGameAckMessage.ReportGameResult.gameReportAccepted; in clear()
48839 …ameResult_ = de.pokerth.protocol.ProtoBuf.ReportGameAckMessage.ReportGameResult.gameReportAccepted;
48869 …ameResult_ = de.pokerth.protocol.ProtoBuf.ReportGameAckMessage.ReportGameResult.gameReportAccepted; in clearReportGameResult()
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/protobuf/
H A Dpokerth.pb.h10304 …static const ReportGameResult gameReportAccepted = ReportGameAckMessage_ReportGameResult_gameRepor… variable
H A Dpokerth.pb.cc23533 const ReportGameAckMessage_ReportGameResult ReportGameAckMessage::gameReportAccepted; member in ReportGameAckMessage