Home
last modified time | relevance | path

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

/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_proxy.cxx704 m_arInterfaceMethodCount = new int __gc [m_nInheritedInterfaces + 1]; in makeMethodInfos()
729 arInterfaceMethodCountDbg = m_arInterfaceMethodCount; in makeMethodInfos()
751 m_arInterfaceMethodCount[nArLength - 1] = numMethods; in makeMethodInfos()
764 m_arInterfaceMethodCount[m_nInheritedInterfaces] = nArLength; in makeMethodInfos()
798 arInterfaceMethodCountDbg = m_arInterfaceMethodCount; in getMethodInfo()
H A Dcli_proxy.h236 gcroot<System::Int32[]> m_arInterfaceMethodCount; member