Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/demo/
Ddemo_SimpleApp.h169 if (s_pInstance != NULL) in SimpleApp()
173 s_pInstance = this; in SimpleApp()
182 static SimpleApp* s_pInstance; variable
/NW4C-1.3.3/sources/libraries/demo/
Ddemo_SimpleApp.cpp24 SimpleApp* SimpleApp::s_pInstance = NULL; member in nw::demo::SimpleApp