Searched refs:gameIdList (Results 1 – 3 of 3) sorted by relevance
224 struct gameIdList { struct225 gameIdList *next; argument
165 struct gameIdList { struct166 gameIdList *next; argument
2172 …PlayerIdList gameIdList(m_gameSessionManager.GetPlayerIdList(SessionData::Game | SessionData::Spec… in SendPlayerList() local2173 idList.splice(idList.begin(), gameIdList); in SendPlayerList()