Home
last modified time | relevance | path

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

/aoo42x/main/cli_ure/source/uno_bridge/
H A Dcli_proxy.cxx745 int nArLength = arInheritedIfaces->get_Length(); in makeMethodInfos() local
746 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 19 milliseconds