Home
last modified time | relevance | path

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

/external/python/pybind11/tests/
Dtest_virtual_functions.py241 class PyClass1(m.DispatchIssue):
245 class PyClass2(m.DispatchIssue):
Dtest_virtual_functions.cpp160 struct DispatchIssue : Base { struct
281 py::class_<Base, DispatchIssue>(m, "DispatchIssue") in TEST_SUBMODULE()