Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/bsnmp/tests/
H A Dcatch.hpp4298 struct IMutableContext;
4311 struct IMutableContext : IContext struct
4313 virtual ~IMutableContext();
4319 static IMutableContext *currentContext; argument
4327 if( !IMutableContext::currentContext ) in getCurrentMutableContext()
4328 IMutableContext::createContext(); in getCurrentMutableContext()
7972 struct IMutableContext;
8077 IMutableContext& m_context;
10211 IMutableContext *IMutableContext::currentContext = nullptr;
10213 void IMutableContext::createContext() in createContext()
[all …]