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

/gem5/ext/pybind11/tests/
H A Dtest_virtual_functions.cpp370 class D_Tpl : public C_Tpl { D_METHODS }; class in inherits:C_Tpl
430 // Since C_Tpl and D_Tpl don't declare any new virtual methods, we don't actually need these (we can
431 // use PyB_Tpl<C_Tpl> and PyB_Tpl<D_Tpl> for the trampoline classes instead):
437 template <class Base = D_Tpl> class PyD_Tpl : public PyC_Tpl<Base> {
472 py::class_<D_Tpl, C_Tpl, PyB_Tpl<D_Tpl>>(m, "D_Tpl")
H A Dtest_virtual_functions.py322 for obj in [m.D_Repeat(), m.D_Tpl()]:
334 class DT(m.D_Tpl):

Completed in 177 milliseconds