Searched defs:sInstance (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-server/xpcom/
H A Dserver.cpp215 sInstance = NULL;
314 /* sInstance is NULL here if it was deleted immediately after
316 if (sInstance != NULL)
319 count = sInstance->Release();
326 Assert(sInstance == NULL);
397 if (sInstance != NULL)
404 sInstance->Release();
431 if (sInstance == NULL)
434 sInstance = new VirtualBoxClassFactory();
435 if (sInstance !
503 static VirtualBoxClassFactory *sInstance; member in class:VirtualBoxClassFactory
509 VirtualBoxClassFactory *VirtualBoxClassFactory::sInstance = NULL; member in class:VirtualBoxClassFactory
[all...]

Completed in 43 milliseconds