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

/gem5/ext/pybind11/tests/
H A Dtest_methods_and_attributes.cpp37 void add4(ExampleMandA *other) { value += other->value; } // passing by pointer function in class:ExampleMandA
219 .def("add4", &ExampleMandA::add4)
H A Dtest_methods_and_attributes.py13 instance1.add4(instance2)

Completed in 8 milliseconds