Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_singletons.cpp15 static auto getSingletons() -> std::vector<ISingleton*>*& { in getSingletons() function
26 getSingletons()->push_back( singleton ); in addSingleton()
29 auto& singletons = getSingletons(); in cleanupSingletons()
/external/catch2/single_include/catch2/
Dcatch.hpp11151 static auto getSingletons() -> std::vector<ISingleton*>*& { in getSingletons() function
11162 getSingletons()->push_back( singleton ); in addSingleton()
11165 auto& singletons = getSingletons(); in cleanupSingletons()