Searched refs:StartupExceptionRegistry (Results 1 – 5 of 5) sorted by relevance
13 void StartupExceptionRegistry::add( std::exception_ptr const& exception ) noexcept { in add()22 … std::vector<std::exception_ptr> const& StartupExceptionRegistry::getExceptions() const noexcept { in getExceptions()
25 class StartupExceptionRegistry; variable39 virtual StartupExceptionRegistry const& getStartupExceptionRegistry() const = 0;
40 StartupExceptionRegistry const& getStartupExceptionRegistry() const override { in getStartupExceptionRegistry()69 StartupExceptionRegistry m_exceptionRegistry;
17 class StartupExceptionRegistry {
2627 class StartupExceptionRegistry;2640 virtual StartupExceptionRegistry const& getStartupExceptionRegistry() const = 0;10070 class StartupExceptionRegistry { class10137 StartupExceptionRegistry const& getStartupExceptionRegistry() const override { in getStartupExceptionRegistry()10166 StartupExceptionRegistry m_exceptionRegistry;11147 void StartupExceptionRegistry::add( std::exception_ptr const& exception ) noexcept { in add()11156 … std::vector<std::exception_ptr> const& StartupExceptionRegistry::getExceptions() const noexcept { in getExceptions()