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

/gem5/ext/pybind11/tests/
H A Dtest_multiple_inheritance.cpp34 static std::string static_func() { return "VanillaStaticMix1"; } function in struct:VanillaStaticMix1
38 static std::string static_func() { return "VanillaStaticMix2"; } function in struct:VanillaStaticMix2
186 .def_static("static_func", &VanillaStaticMix1::static_func)
192 .def_static("static_func", &VanillaStaticMix2::static_func)
H A Dtest_multiple_inheritance.py240 assert d.static_func() == d.__class__.__name__

Completed in 6 milliseconds