Searched defs:get_noncopyable (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/pybind11/tests/
H A Dtest_virtual_functions.py166 def get_noncopyable(self, a, b): member in class:test_move_support.NCVirtExt
177 def get_noncopyable(self, a, b): member in class:test_move_support.NCVirtExt2
H A Dtest_virtual_functions.cpp133 virtual NonCopyable get_noncopyable(int a, int b) { return NonCopyable(a, b); } function in class:NCVirt

Completed in 7 milliseconds