| 210 | bool enterSubcase(const SubcaseSignature& sig) FL_NOEXCEPT; |
| 211 | void exitSubcase(const SubcaseSignature& sig) FL_NOEXCEPT; |
| 212 | bool needsReentry() const FL_NOEXCEPT { return !mNextSubcaseStack.empty(); } |
| 213 | |
| 214 | // Assertion handling |
| 215 | void reportAssert(const AssertResult& result) FL_NOEXCEPT; |