Searched refs:nArLength (Results 1 – 1 of 1) sorted by relevance
745 int nArLength = arInheritedIfaces->get_Length(); in makeMethodInfos() local746 for (;nArLength > 0; nArLength--) in makeMethodInfos()749 arInheritedIfaces[nArLength - 1]); in makeMethodInfos()751 m_arInterfaceMethodCount[nArLength - 1] = numMethods; in makeMethodInfos()763 nArLength = map.TargetMethods->get_Length(); in makeMethodInfos()764 m_arInterfaceMethodCount[m_nInheritedInterfaces] = nArLength; in makeMethodInfos()765 for (int i = 0; i < nArLength; i++,index++) in makeMethodInfos()
Completed in 18 milliseconds