Home
last modified time | relevance | path

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

/external/python/pybind11/tests/
Dtest_virtual_functions.py216 assert ncv1.print_movable(4, 5) == "9"
218 assert ncv2.print_movable(7, 7) == "14"
Dtest_virtual_functions.cpp139 std::string print_movable(int a, int b) { return get_movable(a, b).get_value(); } in print_movable() function in NCVirt
214 .def("print_movable", &NCVirt::print_movable); in TEST_SUBMODULE()