Home
last modified time | relevance | path

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

/dports/devel/raknet/raknet-3.9.2_10,1/Samples/Lobby2ClientGFx3.0/
H A DLobby2ClientGFx3Impl.h141 virtual void MessageResult(RakNet::Notification_Friends_CreatedClan *message);
H A DLobby2ClientGFx3Impl.cpp1120 void Lobby2ClientGFx3Impl::MessageResult(Notification_Friends_CreatedClan *message) in MessageResult()
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/Lobby2/
H A DLobby2Message.h448 struct Notification_Friends_CreatedClan;
605 virtual void MessageResult(Notification_Friends_CreatedClan *message);
3076 struct Notification_Friends_CreatedClan : public Lobby2Message struct
3078 __L2_MSG_BASE_IMPL(Notification_Friends_CreatedClan) in __L2_MSG_BASE_IMPL() argument
3602 __L2_MSG_FACTORY_BASE(Notification_Friends_CreatedClan); in Alloc()
H A DLobby2Message.cpp123 void Lobby2Callbacks::MessageResult(Notification_Friends_CreatedClan *message) {ExecuteDefaultResul… in MessageResult()
2112 void RakNet::Notification_Friends_CreatedClan::Serialize( bool writeToBitstream, bool serializeOutp… in Serialize()
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/Lobby2/PGSQL/
H A DLobby2Message_PGSQL.h493 __L2_MSG_FACTORY_BASE(Notification_Friends_CreatedClan); in Alloc()
H A DLobby2Message_PGSQL.cpp2934Notification_Friends_CreatedClan *notification = (Notification_Friends_CreatedClan *)command->serv… in ServerDBImpl()