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

/gem5/ext/pybind11/tests/
H A Dtest_methods_and_attributes.cpp41 void add7(int &other) { value += other; } // passing by reference function in class:ExampleMandA
222 .def("add7", &ExampleMandA::add7)
H A Dtest_methods_and_attributes.py16 instance1.add7(32)

Completed in 13 milliseconds