Searched refs:registered_exception_translators (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/pybind11/include/pybind11/detail/
H A Dinternals.h101 std::forward_list<void (*) (std::exception_ptr)> registered_exception_translators; member in struct:internals
256 (*internals_pp)->registered_exception_translators.push_front(&translate_local_exception);
279 internals_ptr->registered_exception_translators.push_front(&translate_exception);
/gem5/ext/pybind11/include/pybind11/
H A Dpybind11.h687 auto &registered_exception_translators = get_internals().registered_exception_translators;
688 for (auto& translator : registered_exception_translators) {
1767 detail::get_internals().registered_exception_translators.push_front(

Completed in 8 milliseconds