Home | History | Annotate | Download | only in Tools

Lines Matching refs:ui

81 		unsigned int ui(0);
92 for(ui = 0; ui < (unsigned int)m_apDependencies.GetSize(); ++ui)
94 if(m_apDependencies[ui] == pDependentNode)
129 unsigned int ui(0);
137 for(ui = 0; ui < (unsigned int)m_apDependents.GetSize(); ++ui)
139 if(m_apDependencies[ui] == pDependencyNode)
373 unsigned int ui(0);
378 for(ui = 0; ui < currentNode.GetNumDependencies(); ++ui)
380 RecursiveSortedListAdd(aOutputArray, currentNode.GetDependency(ui));