Searched refs:m_instance (Results 1 – 2 of 2) sorted by relevance
25 if (m_instance == NULL) { in instance()26 m_instance = new TypeFactory; in instance()28 return m_instance; in instance()33 static TypeFactory *m_instance;
29 TypeFactory * TypeFactory::m_instance = NULL; member in TypeFactory