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

/gem5/ext/pybind11/tests/
H A Dtest_methods_and_attributes.cpp36 void add3(const ExampleMandA &other) { value += other.value; } // passing by const reference function in class:ExampleMandA
218 .def("add3", &ExampleMandA::add3)
H A Dtest_methods_and_attributes.py12 instance1.add3(instance2)

Completed in 12 milliseconds