Searched refs:get_one (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/pybind11/tests/
H A Dtest_copy_move.py7 m.lacking_copy_ctor.get_one()
13 m.lacking_move_ctor.get_one()
H A Dtest_copy_move.cpp17 static const derived& get_one() { return instance_; } function in struct:empty
106 .def_static("get_one", &lacking_copy_ctor::get_one,
110 .def_static("get_one", &lacking_move_ctor::get_one,

Completed in 4 milliseconds