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

/gem5/ext/pybind11/tests/
H A Dtest_methods_and_attributes.cpp56 const int *internal5() { return &value; } // return by const pointer function in class:ExampleMandA
235 .def("internal5", &ExampleMandA::internal5)
H A Dtest_methods_and_attributes.py33 assert instance1.internal5() == 320

Completed in 8 milliseconds