Searched refs:m_stop_hooks (Results 1 – 2 of 2) sorted by relevance
90 m_stop_hooks (), in Target()120 m_stop_hooks = target->m_stop_hooks; in PrimeFromDummyTarget()232 m_stop_hooks.clear(); in Destroy()2154 m_stop_hooks[new_uid] = stop_hook_sp; in CreateStopHook()2162 num_removed = m_stop_hooks.erase (user_id); in RemoveStopHookByID()2172 m_stop_hooks.clear(); in RemoveAllStopHooks()2181 specified_hook_iter = m_stop_hooks.find (user_id); in GetStopHookByID()2182 if (specified_hook_iter != m_stop_hooks.end()) in GetStopHookByID()2191 specified_hook_iter = m_stop_hooks.find (user_id); in SetStopHookActiveStateByID()2192 if (specified_hook_iter == m_stop_hooks.end()) in SetStopHookActiveStateByID()[all …]
1404 return m_stop_hooks.size(); in GetNumStopHooks()1412 StopHookCollection::iterator pos = m_stop_hooks.begin(); in GetStopHookAtIndex()1482 StopHookCollection m_stop_hooks; variable