Home
last modified time | relevance | path

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

/external/python/pybind11/tests/
Dtest_constants_and_functions.cpp26 py::str test_function4() { return "test_function()"; } in test_function4() function
27 py::str test_function4(char *) { return "test_function(char *)"; } in test_function4() function
28 py::str test_function4(int, float) { return "test_function(int, float)"; } in test_function4() function
29 py::str test_function4(float, int) { return "test_function(float, int)"; } in test_function4() function