Home
last modified time | relevance | path

Searched refs:GetMsg (Results 1 – 25 of 1093) sorted by relevance

12345678910>>...44

/dports/games/pokerth/pokerth-1.1.2-rc/src/net/common/
H A Dnetpacketvalidator.cpp158 if (packet.GetMsg()->has_announcemessage()) { in ValidateAnnounceMessage()
177 if (packet.GetMsg()->has_initmessage()) { in ValidateInitMessage()
236 if (packet.GetMsg()->has_initackmessage()) { in ValidateInitAckMessage()
283 if (packet.GetMsg()->has_avatardatamessage()) { in ValidateAvatarDataMessage()
298 if (packet.GetMsg()->has_avatarendmessage()) { in ValidateAvatarEndMessage()
324 if (packet.GetMsg()->has_playerlistmessage()) { in ValidatePlayerListMessage()
702 if (packet.GetMsg()->has_handstartmessage()) { in ValidateHandStartMessage()
886 if (packet.GetMsg()->has_endofgamemessage()) { in ValidateEndOfGameMessage()
1033 if (packet.GetMsg()->has_chatmessage()) { in ValidateChatMessage()
1059 if (packet.GetMsg()->has_dialogmessage()) { in ValidateDialogMessage()
[all …]
H A Dclientstate.cpp676 const ChatMessage &netMessage = tmpPacket->GetMsg()->chatmessage(); in HandlePacket()
709 const DialogMessage &netDialog = tmpPacket->GetMsg()->dialogmessage(); in HandlePacket()
894 const ErrorMessage &netError = tmpPacket->GetMsg()->errormessage(); in HandlePacket()
936 const AnnounceMessage &netAnnounce = tmpPacket->GetMsg()->announcemessage(); in InternalHandlePacket()
955 init->GetMsg()->set_messagetype(PokerTHMessage::Type_InitMessage); in InternalHandlePacket()
956 InitMessage *netInit = init->GetMsg()->mutable_initmessage(); in InternalHandlePacket()
1018 if (tmpPacket->GetMsg()->messagetype() == PokerTHMessage::Type_ErrorMessage) { in HandlePacket()
1020 const ErrorMessage &netError = tmpPacket->GetMsg()->errormessage(); in HandlePacket()
1034 init->GetMsg()->set_messagetype(PokerTHMessage::Type_InitMessage); in TimerLoop()
1035 InitMessage *netInit = init->GetMsg()->mutable_initmessage(); in TimerLoop()
[all …]
H A Dservergamestate.cpp103 packet->GetMsg()->set_messagetype(PokerTHMessage::Type_PlayersActionDoneMessage); in SendPlayerAction()
128 packet->GetMsg()->set_messagetype(PokerTHMessage::Type_DealFlopCardsMessage); in SendNewRoundCards()
140 packet->GetMsg()->set_messagetype(PokerTHMessage::Type_DealTurnCardMessage); in SendNewRoundCards()
150 packet->GetMsg()->set_messagetype(PokerTHMessage::Type_DealRiverCardMessage); in SendNewRoundCards()
292 packet->GetMsg()->set_messagetype(PokerTHMessage::Type_ChatMessage); in ProcessPacket()
293 ChatMessage *netChat = packet->GetMsg()->mutable_chatmessage(); in ProcessPacket()
316 packet->GetMsg()->set_messagetype(PokerTHMessage::Type_ChatRejectMessage); in ProcessPacket()
410 packet->GetMsg()->set_messagetype(PokerTHMessage::Type_JoinGameAckMessage); in CreateNetPacketJoinGameAck()
683 packet->GetMsg()->set_messagetype(PokerTHMessage::Type_StartEventMessage); in SendStartEvent()
884 packet->GetMsg()->set_messagetype(PokerTHMessage::Type_StartEventMessage); in HandleNewPlayer()
[all …]
H A Dserverlobbythread.cpp676 packet->GetMsg()->set_messagetype(PokerTHMessage::Type_ChatMessage); in SendGlobalChat()
677 ChatMessage *netChat = packet->GetMsg()->mutable_chatmessage(); in SendGlobalChat()
690 DialogMessage *netDialog = packet->GetMsg()->mutable_dialogmessage(); in SendGlobalMsgBox()
701 packet->GetMsg()->set_messagetype(PokerTHMessage::Type_ChatMessage); in SendChatBotMsg()
702 ChatMessage *netChat = packet->GetMsg()->mutable_chatmessage(); in SendChatBotMsg()
719 packet->GetMsg()->set_messagetype(PokerTHMessage::Type_ChatMessage); in SendChatBotMsg()
720 ChatMessage *netChat = packet->GetMsg()->mutable_chatmessage(); in SendChatBotMsg()
981 HandleNetPacketInit(session, packet->GetMsg()->initmessage()); in HandlePacket()
1472 ChatMessage *netChat = packet->GetMsg()->mutable_chatmessage(); in HandleNetPacketChatRequest()
1502 ChatMessage *netChat = packet->GetMsg()->mutable_chatmessage(); in HandleNetPacketChatRequest()
[all …]
H A Dclientthread.cpp154 packet->GetMsg()->set_messagetype(PokerTHMessage::Type_StartEventMessage); in SendStartEvent()
194 packet->GetMsg()->set_messagetype(PokerTHMessage::Type_ChatRequestMessage); in SendGameChatMessage()
195 ChatRequestMessage *netChat = packet->GetMsg()->mutable_chatrequestmessage(); in SendGameChatMessage()
209 packet->GetMsg()->set_messagetype(PokerTHMessage::Type_ChatRequestMessage); in SendLobbyChatMessage()
210 ChatRequestMessage *netChat = packet->GetMsg()->mutable_chatrequestmessage(); in SendLobbyChatMessage()
223 packet->GetMsg()->set_messagetype(PokerTHMessage::Type_ChatRequestMessage); in SendPrivateChatMessage()
286 packet->GetMsg()->set_messagetype(PokerTHMessage::Type_JoinNewGameMessage); in SendCreateGame()
303 packet->GetMsg()->set_messagetype(PokerTHMessage::Type_ResetTimeoutMessage); in SendResetTimeout()
304 packet->GetMsg()->mutable_resettimeoutmessage(); in SendResetTimeout()
339 packet->GetMsg()->mutable_showmycardsrequestmessage(); in SendShowMyCards()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/blast/
H A Dblast_app_util.hpp167 LOG_POST(Error << "BLAST options error: " << e.GetMsg()); \
171 LOG_POST(Error << "BLAST query/options error: " << e.GetMsg()); \
176 LOG_POST(Error << "Command line argument error: " << e.GetMsg()); \
180 LOG_POST(Error << "BLAST query error: " << e.GetMsg()); \
184 LOG_POST(Error << "BLAST Database error: " << e.GetMsg()); \
188 LOG_POST(Error << "Indexed BLAST database error: " << e.GetMsg()); \
192 LOG_POST(Error << "Indexed BLAST database error: " << e.GetMsg()); \
196 LOG_POST(Error << "BLAST Database creation error: " << e.GetMsg()); \
200 const string& msg = e.GetMsg(); \
202 LOG_POST(Error << "BLAST options error: " << e.GetMsg()); \
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/app/blast/
H A Dblast_app_util.hpp167 LOG_POST(Error << "BLAST options error: " << e.GetMsg()); \
171 LOG_POST(Error << "BLAST query/options error: " << e.GetMsg()); \
176 LOG_POST(Error << "Command line argument error: " << e.GetMsg()); \
180 LOG_POST(Error << "BLAST query error: " << e.GetMsg()); \
184 LOG_POST(Error << "BLAST Database error: " << e.GetMsg()); \
188 LOG_POST(Error << "Indexed BLAST database error: " << e.GetMsg()); \
192 LOG_POST(Error << "Indexed BLAST database error: " << e.GetMsg()); \
196 LOG_POST(Error << "BLAST Database creation error: " << e.GetMsg()); \
200 const string& msg = e.GetMsg(); \
202 LOG_POST(Error << "BLAST options error: " << e.GetMsg()); \
[all …]
/dports/devel/swig/swig-4.0.2/Examples/test-suite/ocaml/
H A Ddirector_default_runme.ml13 assert (a -> GetMsg () as string = "director_default_MyFoo-default");
14 assert (a -> GetMsg ("boo") as string = "director_default_MyFoo-boo");
16 assert (f -> GetMsg () as string = "Foo-default");
17 assert (f -> GetMsg ("boo") as string = "Foo-boo");
20 assert (b -> GetMsg () as string = "Bar-default");
21 assert (b -> GetMsg ("boo") as string = "Bar-boo");
23 assert (b2 -> GetMsg () as string = "Bar-default");
24 assert (b2 -> GetMsg ("boo") as string = "Bar-boo");
/dports/games/pokerth/pokerth-1.1.2-rc/src/
H A Dconnectivity.cpp115 uint32_t packetSize = packet->GetMsg()->ByteSize(); in sendMessage()
118 packet->GetMsg()->SerializeWithCachedSizesToArray(&buf[NET_HEADER_SIZE]); in sendMessage()
207 msg->GetMsg()->set_messagetype(PokerTHMessage_PokerTHMessageType_Type_InitMessage); in main()
208 InitMessage *netInit = msg->GetMsg()->mutable_initmessage(); in main()
251 const AuthServerChallengeMessage &netAuth = msg->GetMsg()->authserverchallengemessage(); in main()
262 … msg->GetMsg()->set_messagetype(PokerTHMessage_PokerTHMessageType_Type_AuthClientResponseMessage); in main()
263 AuthClientResponseMessage *outAuth = msg->GetMsg()->mutable_authclientresponsemessage(); in main()
279 …if (!msg || msg->GetMsg()->messagetype() != PokerTHMessage_PokerTHMessageType_Type_InitAckMessage)… in main()
291 msg->GetMsg()->set_messagetype(PokerTHMessage_PokerTHMessageType_Type_JoinNewGameMessage); in main()
292 JoinNewGameMessage *joinNew = msg->GetMsg()->mutable_joinnewgamemessage(); in main()
[all …]
/dports/devel/swig/swig-4.0.2/Examples/test-suite/
H A Ddirector_default.i15 std::string GetMsg() { return Msg(); } in GetMsg() function
16 std::string GetMsg(std::string msg) { return Msg(msg); } in GetMsg() function
31 std::string GetMsg() { return Msg(); } in GetMsg() function
32 std::string GetMsg(std::string msg) { return Msg(msg); } in GetMsg() function
44 std::string GetMsg() { return Msg(); } in GetMsg() function
45 std::string GetMsg(std::string msg) { return Msg(msg); } in GetMsg() function
/dports/devel/swig/swig-4.0.2/Examples/test-suite/ruby/
H A Ddirector_default_runme.rb21 a.GetMsg
22 a.GetMsg "hello"
29 a.GetMsg
30 a.GetMsg "hello"
/dports/devel/swig/swig-4.0.2/Examples/test-suite/java/
H A Ddirector_default_runme.java22 if (!a.GetMsg().equals("director_default_MyFoo-default")) { in main()
25 if (!a.GetMsg("boo").equals("director_default_MyFoo-boo")) { in main()
30 if (!b.GetMsg().equals("Foo-default")) { in main()
33 if (!b.GetMsg("boo").equals("Foo-boo")) { in main()
/dports/net-mgmt/nagios-check_bacula11/bacula-11.0.5/src/lib/
H A Dbget_msg.c123 GetMsg::GetMsg(JCR *a_jcr, BSOCK *a_bsock, const char *a_rec_header, int32_t a_bufsize): in GetMsg() function
140 GetMsg::~GetMsg() in ~GetMsg()
148 int GetMsg::bget_msg(bmessage **pbmsg) in bget_msg()
/dports/net-mgmt/nagios-check_bacula9/bacula-9.6.7/src/lib/
H A Dbget_msg.c123 GetMsg::GetMsg(JCR *a_jcr, BSOCK *a_bsock, const char *a_rec_header, int32_t a_bufsize): in GetMsg() function
140 GetMsg::~GetMsg() in ~GetMsg()
148 int GetMsg::bget_msg(bmessage **pbmsg) in bget_msg()
H A Dbget_msg.h55 class GetMsg: public SMARTALLOC
81 GetMsg(JCR *a_jcr, BSOCK *a_bsock, const char *a_rec_header, int32_t a_bufsize);
82 virtual ~GetMsg();
101 inline void free_GetMsg(GetMsg *b) in free_GetMsg()
/dports/sysutils/bacula11-client-static/bacula-11.0.5/src/lib/
H A Dbget_msg.c123 GetMsg::GetMsg(JCR *a_jcr, BSOCK *a_bsock, const char *a_rec_header, int32_t a_bufsize): in GetMsg() function
140 GetMsg::~GetMsg() in ~GetMsg()
148 int GetMsg::bget_msg(bmessage **pbmsg) in bget_msg()
/dports/sysutils/bacula9-client/bacula-9.6.7/src/lib/
H A Dbget_msg.c123 GetMsg::GetMsg(JCR *a_jcr, BSOCK *a_bsock, const char *a_rec_header, int32_t a_bufsize): in GetMsg() function
140 GetMsg::~GetMsg() in ~GetMsg()
148 int GetMsg::bget_msg(bmessage **pbmsg) in bget_msg()
H A Dbget_msg.h55 class GetMsg: public SMARTALLOC
81 GetMsg(JCR *a_jcr, BSOCK *a_bsock, const char *a_rec_header, int32_t a_bufsize);
82 virtual ~GetMsg();
101 inline void free_GetMsg(GetMsg *b) in free_GetMsg()
/dports/sysutils/bacula9-client-static/bacula-9.6.7/src/lib/
H A Dbget_msg.c123 GetMsg::GetMsg(JCR *a_jcr, BSOCK *a_bsock, const char *a_rec_header, int32_t a_bufsize): in GetMsg() function
140 GetMsg::~GetMsg() in ~GetMsg()
148 int GetMsg::bget_msg(bmessage **pbmsg) in bget_msg()
H A Dbget_msg.h55 class GetMsg: public SMARTALLOC
81 GetMsg(JCR *a_jcr, BSOCK *a_bsock, const char *a_rec_header, int32_t a_bufsize);
82 virtual ~GetMsg();
101 inline void free_GetMsg(GetMsg *b) in free_GetMsg()
/dports/sysutils/bacula11-server/bacula-11.0.5/src/lib/
H A Dbget_msg.c123 GetMsg::GetMsg(JCR *a_jcr, BSOCK *a_bsock, const char *a_rec_header, int32_t a_bufsize): in GetMsg() function
140 GetMsg::~GetMsg() in ~GetMsg()
148 int GetMsg::bget_msg(bmessage **pbmsg) in bget_msg()
/dports/sysutils/bacula9-server/bacula-9.6.7/src/lib/
H A Dbget_msg.c123 GetMsg::GetMsg(JCR *a_jcr, BSOCK *a_bsock, const char *a_rec_header, int32_t a_bufsize): in GetMsg() function
140 GetMsg::~GetMsg() in ~GetMsg()
148 int GetMsg::bget_msg(bmessage **pbmsg) in bget_msg()
H A Dbget_msg.h55 class GetMsg: public SMARTALLOC
81 GetMsg(JCR *a_jcr, BSOCK *a_bsock, const char *a_rec_header, int32_t a_bufsize);
82 virtual ~GetMsg();
101 inline void free_GetMsg(GetMsg *b) in free_GetMsg()
/dports/sysutils/bacula11-client/bacula-11.0.5/src/lib/
H A Dbget_msg.c123 GetMsg::GetMsg(JCR *a_jcr, BSOCK *a_bsock, const char *a_rec_header, int32_t a_bufsize): in GetMsg() function
140 GetMsg::~GetMsg() in ~GetMsg()
148 int GetMsg::bget_msg(bmessage **pbmsg) in bget_msg()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/tableval/
H A Dcol_validator.cpp167 error = ex.GetMsg(); in DEFINE_COL_VALIDATOR()
188 error = ex.GetMsg();
216 error = ex.GetMsg(); in DEFINE_COL_VALIDATOR()
234 error = ex.GetMsg(); in DEFINE_COL_VALIDATOR()
273 error = ex.GetMsg(); in DEFINE_COL_VALIDATOR()
307 error = ex.GetMsg(); in DEFINE_COL_VALIDATOR()
336 error = ex.GetMsg(); in DEFINE_COL_VALIDATOR()

12345678910>>...44