Home
last modified time | relevance | path

Searched refs:numMethods (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/cli_ure/source/uno_bridge/
H A Dcli_proxy.cxx707 int numMethods = arThisMethods->get_Length(); in makeMethodInfos() local
710 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() local
751 m_arInterfaceMethodCount[nArLength - 1] = numMethods; in makeMethodInfos()
752 for (int i = 0; i < numMethods; i++, index++) in makeMethodInfos()

Completed in 20 milliseconds