Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_singletons.cpp16 static std::vector<ISingleton*>* g_singletons = nullptr; in getSingletons() local
17 if( !g_singletons ) in getSingletons()
18 g_singletons = new std::vector<ISingleton*>(); in getSingletons()
19 return g_singletons; in getSingletons()
/external/catch2/single_include/catch2/
Dcatch.hpp11122 static std::vector<ISingleton*>* g_singletons = nullptr; in getSingletons() local
11123 if( !g_singletons ) in getSingletons()
11124 g_singletons = new std::vector<ISingleton*>(); in getSingletons()
11125 return g_singletons; in getSingletons()