HomeSort by relevance Sort by last modified time
    Searched full:g_instance (Results 1 - 4 of 4) sorted by null

  /build/kati/
file_cache.cc 23 static MakefileCacheManager* g_instance; variable
30 return g_instance;
36 g_instance = this;
find.cc 694 static FindEmulator* g_instance; member in namespace:__anon1263
700 g_instance = this;
970 return g_instance;
  /external/pdfium/fpdfsdk/src/javascript/
JS_GlobalData.h 80 static CJS_GlobalData* g_Instance;
JS_GlobalData.cpp 100 CJS_GlobalData* CJS_GlobalData::g_Instance = nullptr;
104 if (!g_Instance) {
105 g_Instance = new CJS_GlobalData();
107 ++g_Instance->m_RefCount;
108 return g_Instance;
113 delete g_Instance;
114 g_Instance = nullptr;

Completed in 535 milliseconds