Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/bsnmp/tests/
HDcatch.hpp2931 virtual StartupExceptionRegistry const& getStartupExceptionRegistry() const = 0;
12314 StartupExceptionRegistry const& getStartupExceptionRegistry() const override { in getStartupExceptionRegistry() function in Catch::__anon55a7d5843711::RegistryHub
13182 const auto& exceptions = getRegistryHub().getStartupExceptionRegistry().getExceptions(); in Session()