Home
last modified time | relevance | path

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

/external/python/pybind11/tests/
Dtest_virtual_functions.cpp389 class D_Tpl : public C_Tpl { D_METHODS }; class
491 py::class_<D_Tpl, C_Tpl, PyB_Tpl<D_Tpl>>(m, "D_Tpl") in initialize_inherited_virtuals()
Dtest_virtual_functions.py353 for obj in [m.D_Repeat(), m.D_Tpl()]:
365 class DT(m.D_Tpl):