Searched refs:m_mandatoryInterfaces (Results 1 – 2 of 2) sorted by relevance
41 , m_mandatoryInterfaces(0) in AstInterface()72 ++m_mandatoryInterfaces; in addInheritedInterface()104 m_mandatoryInterfaces = def.m_mandatoryInterfaces; in forwardDefined()122 if (m_mandatoryInterfaces > SAL_MAX_UINT16 in dump()123 || m_inheritedInterfaces.size() - m_mandatoryInterfaces in dump()132 sal_uInt16 nBaseTypes = static_cast< sal_uInt16 >(m_mandatoryInterfaces); in dump()136 m_inheritedInterfaces.size() - m_mandatoryInterfaces); in dump()
62 { return m_mandatoryInterfaces > 0; } in hasMandatoryInheritedInterfaces()130 InheritedInterfaces::size_type m_mandatoryInterfaces; member in AstInterface
Completed in 12 milliseconds