Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp13353 static std::vector<ISingleton*>* g_singletons = nullptr; in getSingletons() local
13354 if( !g_singletons ) in getSingletons()
13355 g_singletons = new std::vector<ISingleton*>(); in getSingletons()
13356 return g_singletons; in getSingletons()