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

/gem5/ext/pybind11/tests/
H A Dtest_stl.cpp134 std::list<Value> move_list() const { return {{0}, {1}, {2}}; } function in struct:MoveOutContainer
140 .def_property_readonly("move_list", &MoveOutContainer::move_list);
H A Dtest_stl.py104 moved_out_list = c.move_list

Completed in 10 milliseconds