Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_context.h22 struct IContext struct
24 virtual ~IContext();
31 struct IMutableContext : IContext
53 inline IContext& getCurrentContext() in getCurrentContext()
Dcatch_context.cpp60 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.hpp4319 struct IContext struct
4321 virtual ~IContext();
4328 struct IMutableContext : IContext
4350 inline IContext& getCurrentContext() in getCurrentContext()
10270 IContext::~IContext() = default;
/external/libabigail/tests/lib/
Dcatch.hpp4349 struct IContext struct
4351 virtual ~IContext();
4358 struct IMutableContext : IContext
4380 inline IContext& getCurrentContext() in getCurrentContext()
10329 IContext::~IContext() = default;