Home
last modified time | relevance | path

Searched refs:m_replay_uid (Results 1 – 3 of 3) sorted by relevance

/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/states_screens/dialogs/
H A Dghost_replay_info_dialog.cpp279 m_compare_replay_uid = m_rd.m_replay_uid; in processEvent()
322 m_replay_id = ReplayPlay::get()->getReplayIdByUID(m_rd.m_replay_uid); in processEvent()
341 m_replay_id = ReplayPlay::get()->getReplayIdByUID(m_rd.m_replay_uid); in processEvent()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/replay/
H A Dreplay_play.cpp285 if (sscanf(s, "replay_uid: %" PRIu64, &rd.m_replay_uid) != 1) in addReplayFile()
294 rd.m_replay_uid = call_index; in addReplayFile()
524 if (m_replay_file_list[i].m_replay_uid == uid) in getReplayIdByUID()
H A Dreplay_play.hpp73 uint64_t m_replay_uid; //no sorting for this member in ReplayPlay::ReplayData