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

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

Completed in 8 milliseconds