Home
last modified time | relevance | path

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

/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_proxy.cxx707 int numMethods = arThisMethods->Length; in makeMethodInfos() local
710 numMethods += arInheritedIfaces[i]->GetMethods()->Length; in makeMethodInfos()
713 m_arMethodInfos = gcnew cli::array< sr::MethodInfo ^ >( numMethods ); in makeMethodInfos()
715 m_arInterfaceMethodInfos = gcnew cli::array< sr::MethodInfo ^ >( numMethods ); in makeMethodInfos()
718 m_arUnoPosToCliPos = gcnew cli::array< System::Int32 >( numMethods ); in makeMethodInfos()
720 for (int i = 0; i < numMethods; i++) in makeMethodInfos()
750 int numMethods = mapInherited.TargetMethods->Length; in makeMethodInfos() local
751 m_arInterfaceMethodCount[nArLength - 1] = numMethods; in makeMethodInfos()
752 for (int i = 0; i < numMethods; i++, index++) in makeMethodInfos()