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

/gem5/ext/pybind11/tests/
H A Dtest_methods_and_attributes.cpp40 void add6(int other) { value += other; } // passing by value function in class:ExampleMandA
221 .def("add6", &ExampleMandA::add6)
H A Dtest_methods_and_attributes.py15 instance1.add6(32)

Completed in 8 milliseconds