Searched refs:error_string (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/pybind11/include/pybind11/detail/
H A Dclass.h396 pybind11_fail("PyType_Ready failed in make_object_base_type():" + error_string());
606 pybind11_fail(std::string(rec.name) + ": PyType_Ready failed (" + error_string() + ")!");
/gem5/ext/pybind11/include/pybind11/
H A Dpytypes.h315 inline std::string error_string();
326 error_already_set() : std::runtime_error(detail::error_string()) {
H A Dcast.h406 PYBIND11_NOINLINE inline std::string error_string() { function

Completed in 22 milliseconds