Searched defs:PyTF7 (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/pybind11/tests/
H A Dtest_factory_constructors.cpp106 class PyTF7 : public TestFactory7 { class in inherits:TestFactory7
108 PyTF7(int i) : TestFactory7(i) { alias = true; print_created(this, i); } function in class:PyTF7
109 PyTF7(PyTF7 &&f) : TestFactory7(std::move(f)) { print_move_created(this); } function in class:PyTF7
110 PyTF7(const PyTF7 &f) : TestFactory7(f) { print_copy_created(this); } function in class:PyTF7
[all...]

Completed in 3 milliseconds