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

/gem5/ext/pybind11/tests/
H A Dtest_methods_and_attributes.cpp43 void add9(int *other) { value += *other; } // passing by pointer function in class:ExampleMandA
224 .def("add9", &ExampleMandA::add9)
H A Dtest_methods_and_attributes.py18 instance1.add9(32)

Completed in 8 milliseconds