Home
last modified time | relevance | path

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

/device/generic/opengl-transport/host/commands/emugen/
DTypeFactory.h25 if (m_instance == NULL) { in instance()
26 m_instance = new TypeFactory; in instance()
28 return m_instance; in instance()
33 static TypeFactory *m_instance;
DTypeFactory.cpp29 TypeFactory * TypeFactory::m_instance = NULL; member in TypeFactory