Home | History | Annotate | Download | only in fxjs

Lines Matching refs:it

42   auto it = GetGlobalTimerMap()->find(nTimerID);
43 if (it == GetGlobalTimerMap()->end())
46 GlobalTimer* pTimer = it->second;
54 // Timer proc may have destroyed timer, find it again.
55 it = GetGlobalTimerMap()->find(nTimerID);
56 if (it == GetGlobalTimerMap()->end())
59 pTimer = it->second;
67 auto it = GetGlobalTimerMap()->find(nTimerID);
68 if (it == GetGlobalTimerMap()->end())
71 GlobalTimer* pTimer = it->second;