Home
last modified time | relevance | path

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

/external/python/pybind11/tests/
Dtest_virtual_functions.cpp160 struct DispatchIssue : Base { struct
161 std::string dispatch() const override { in dispatch()