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

/gem5/ext/pybind11/tests/
H A Dtest_stl.cpp30 struct visit_helper<boost::variant> {
215 return py::detail::visit_helper<variant>::call(visitor(), v);
218 return py::detail::visit_helper<variant>::call(visitor(), v);
/gem5/ext/pybind11/include/pybind11/
H A Dstl.h324 struct visit_helper { struct
362 return visit_helper<V>::call(variant_caster_visitor{policy, parent},

Completed in 7 milliseconds