Home
last modified time | relevance | path

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

/AOO41X/main/idlc/inc/idlc/
H A Dastservice.hxx36 , m_defaultConstructor(false) in AstService()
41 , m_defaultConstructor(false) in AstService()
47 void setDefaultConstructor(bool b) { m_defaultConstructor = b; } in setDefaultConstructor()
52 bool m_defaultConstructor; member in AstService
/AOO41X/main/extensions/qa/integration/extensions/
H A DComponentFactory.java37 private Constructor m_defaultConstructor; field in ComponentFactory
56 m_defaultConstructor = ctors[i]; in ComponentFactory()
63 if ( m_defaultConstructor == null ) in ComponentFactory()
99 return ipml_createInstance( m_defaultConstructor, new Object[] { _componentContext } ); in createInstanceWithContext()
/AOO41X/main/idlc/source/
H A Dastdump.cxx224 OSL_ASSERT(constructors == 0 || !m_defaultConstructor); in dump()
225 if (m_defaultConstructor) { in dump()
331 if (m_defaultConstructor) { in dump()