Searched refs:numMethods (Results 1 – 1 of 1) sorted by relevance
707 int numMethods = arThisMethods->get_Length(); in makeMethodInfos() local710 numMethods += arInheritedIfaces[i]->GetMethods()->get_Length(); in makeMethodInfos()713 m_arMethodInfos = new sr::MethodInfo*[numMethods]; in makeMethodInfos()715 m_arInterfaceMethodInfos = new sr::MethodInfo*[numMethods]; in makeMethodInfos()718 m_arUnoPosToCliPos = new System::Int32[numMethods]; in makeMethodInfos()720 for (int i = 0; i < numMethods; i++) in makeMethodInfos()750 int numMethods = mapInherited.TargetMethods->get_Length(); in makeMethodInfos() local751 m_arInterfaceMethodCount[nArLength - 1] = numMethods; in makeMethodInfos()752 for (int i = 0; i < numMethods; i++, index++) in makeMethodInfos()
Completed in 21 milliseconds