Searched defs:get_noncopyable (Results 1 – 2 of 2) sorted by relevance
/external/python/pybind11/tests/ | ||
D | test_virtual_functions.py | 166 def get_noncopyable(self, a, b): member in test_move_support.NCVirtExt |
D | test_virtual_functions.cpp | 133 virtual NonCopyable get_noncopyable(int a, int b) { return NonCopyable(a, b); } in get_noncopyable() function in NCVirt |