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

/gem5/ext/pybind11/tests/
H A Dtest_methods_and_attributes.cpp103 void set2(int v) { v2.set(v); } function in struct:TestPropRVP
327 .def_property("rw_copy", &TestPropRVP::get2, &TestPropRVP::set2, rvp_copy)
328 .def_property("rw_func", py::cpp_function(&TestPropRVP::get2, rvp_copy), &TestPropRVP::set2)

Completed in 6 milliseconds