Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_context.h22 struct IContext struct
24 virtual ~IContext();
31 struct IMutableContext : IContext
52 inline IContext& getCurrentContext() in getCurrentContext()
Dcatch_context.cpp59 IContext::~IContext() = default;
/external/bcc/tests/cc/
Dcatch.hpp573 struct IContext struct
575 virtual ~IContext();
584 struct IMutableContext : IContext
592 IContext& getCurrentContext();
5759 IContext& context = Catch::getCurrentContext(); in fatal()
6947 IContext& getCurrentContext() { in getCurrentContext()
10202 IContext::~IContext() {} in ~IContext()
/external/catch2/single_include/catch2/
Dcatch.hpp3925 struct IContext struct
3927 virtual ~IContext();
3934 struct IMutableContext : IContext
3955 inline IContext& getCurrentContext() in getCurrentContext()
8362 IContext::~IContext() = default;