Home
last modified time | relevance | path

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

/dports/math/ogdf/OGDF/test/include/bandit/
H A Dgrammar.h11 bool hard_skip = false) {
16 detail::bandit_context ctxt(desc, hard_skip);
31 inline void describe(const std::string& desc, detail::voidfunc_t func, bool hard_skip = false) {
32 describe(desc, func, detail::registered_listener(), detail::context_stack(), hard_skip);
86 bool hard_skip = false) {
87 if (hard_skip || !run_policy.should_run(desc, context_stack)) {
133 inline void it(const std::string& desc, detail::voidfunc_t func, bool hard_skip = false) {
135 detail::registered_adapter(), detail::registered_run_policy(), hard_skip);
H A Dcontext.h21 virtual bool hard_skip() = 0;
60 bool hard_skip() override { in hard_skip() function
H A Drunner.h64 bool hard_skip = false; in run() local
65 detail::bandit_context global_context("", hard_skip); in run()
/dports/math/ogdf/OGDF/test/include/bandit/run_policies/
H A Dbandit_run_policy.h48 if ((*it)->hard_skip()) { in has_context_with_hard_skip()