Home
last modified time | relevance | path

Searched refs:ReportGameAckMessage_ReportGameResult (Results 1 – 2 of 2) sorted by relevance

/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/protobuf/
H A Dpokerth.pb.h337 enum ReportGameAckMessage_ReportGameResult { enum
343 const ReportGameAckMessage_ReportGameResult ReportGameAckMessage_ReportGameResult_ReportGameResult_…
344 const ReportGameAckMessage_ReportGameResult ReportGameAckMessage_ReportGameResult_ReportGameResult_…
10303 typedef ReportGameAckMessage_ReportGameResult ReportGameResult;
10330 inline ::ReportGameAckMessage_ReportGameResult reportgameresult() const;
10331 inline void set_reportgameresult(::ReportGameAckMessage_ReportGameResult value);
19767 inline ::ReportGameAckMessage_ReportGameResult ReportGameAckMessage::reportgameresult() const { in reportgameresult()
19769 return static_cast< ::ReportGameAckMessage_ReportGameResult >(reportgameresult_); in reportgameresult()
19771 inline void ReportGameAckMessage::set_reportgameresult(::ReportGameAckMessage_ReportGameResult valu… in set_reportgameresult()
H A Dpokerth.pb.cc23533 const ReportGameAckMessage_ReportGameResult ReportGameAckMessage::gameReportAccepted;
23534 const ReportGameAckMessage_ReportGameResult ReportGameAckMessage::gameReportDuplicate;
23535 const ReportGameAckMessage_ReportGameResult ReportGameAckMessage::gameReportInvalid;
23536 const ReportGameAckMessage_ReportGameResult ReportGameAckMessage::ReportGameResult_MIN;
23537 const ReportGameAckMessage_ReportGameResult ReportGameAckMessage::ReportGameResult_MAX;
23659 set_reportgameresult(static_cast< ::ReportGameAckMessage_ReportGameResult >(value));