Searched defs:test_function4 (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/pybind11/tests/
H A Dtest_constants_and_functions.cpp26 py::str test_function4() { return "test_function()"; } function
27 py::str test_function4(char *) { return "test_function(char *)"; } function
28 py::str test_function4(int, float) { return "test_function(int, float)"; } function
29 py::str test_function4(float, int) { return "test_function(float, int)"; } function
[all...]

Completed in 5 milliseconds