Searched refs:m_nInheritedInterfaces (Results 1 – 2 of 2) sorted by relevance
668 m_nInheritedInterfaces(0) in CliProxy()701 m_nInheritedInterfaces = arInheritedIfaces->get_Length(); in makeMethodInfos()704 m_arInterfaceMethodCount = new int __gc [m_nInheritedInterfaces + 1]; in makeMethodInfos()708 for (int i= 0; i < m_nInheritedInterfaces; i++) in makeMethodInfos()764 m_arInterfaceMethodCount[m_nInheritedInterfaces] = nArLength; in makeMethodInfos()
233 int m_nInheritedInterfaces; member