Searched refs:it (Results 1 – 4 of 4) sorted by relevance
46 for (ControlList::iterator it = m_controlList.begin(); it != m_controlList.end(); it++) in Add() local49 NN_ASSERT((*it)->GetId() != pControl->GetId()); in Add()63 for (ControlList::iterator it = m_controlList.begin(); it != m_controlList.end(); it++) in Clear() local65 delete *it; in Clear()79 for (ControlList::iterator it = m_controlList.begin(); it != m_controlList.end(); it++) in FindBy() local81 if ((*it)->GetId() == id) in FindBy()83 return (*it); in FindBy()111 for (ControlList::iterator it = m_controlList.begin(); it != m_controlList.end(); it++) in Update() local113 if ((*it)->GetId() == CONTROL_ID_UNUSED) in Update()118 s32 x = (*it)->GetX(); in Update()[all …]
51 bool operator==(List<T>::iterator it)53 return (m_pNode == it.m_pNode);57 bool operator!=(List<T>::iterator it)59 return (m_pNode != it.m_pNode);
13 // Performs calculations assuming there is one light and it is treated as a point light source.