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

/gem5/ext/pybind11/tests/
H A Dtest_iostream.cpp23 void noisy_funct_dual(std::string msg, std::string emsg) { argument
25 std::cerr << emsg; local
57 py::arg("msg"), py::arg("emsg"));
67 m.def("captured_dual", [](std::string msg, std::string emsg) {
71 std::cerr << emsg << std::flush;

Completed in 4 milliseconds