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

/gem5/ext/pybind11/tests/
H A Dtest_methods_and_attributes.cpp44 void add10(const int *other) { value += *other; } // passing by const pointer function in class:ExampleMandA
225 .def("add10", &ExampleMandA::add10)
H A Dtest_methods_and_attributes.py19 instance1.add10(32)

Completed in 8 milliseconds