Home
last modified time | relevance | path

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

/external/python/pybind11/tests/
Dtest_virtual_functions.py166 def get_noncopyable(self, a, b): member in test_move_support.NCVirtExt
177 def get_noncopyable(self, a, b): member in test_move_support.NCVirtExt2
Dtest_virtual_functions.cpp133 virtual NonCopyable get_noncopyable(int a, int b) { return NonCopyable(a, b); } in get_noncopyable() function in NCVirt
141 NonCopyable get_noncopyable(int a, int b) override { in get_noncopyable() function in NCVirtTrampoline