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

/gem5/ext/pybind11/tests/
H A Dtest_class.cpp256 class ProtectedA { class
264 class PublicistA : public ProtectedA {
266 using ProtectedA::foo;
269 py::class_<ProtectedA>(m, "ProtectedA")
274 .def("foo", static_cast<int (ProtectedA::*)() const>(&PublicistA::foo));
H A Dtest_class.py208 a = m.ProtectedA()

Completed in 7 milliseconds