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

/gem5/ext/pybind11/tests/
H A Dtest_methods_and_attributes.cpp58 py::str overloaded() { return "()"; } function in class:ExampleMandA
59 py::str overloaded(int) { return "(int)"; } function in class:ExampleMandA
60 py::str overloaded(int, float) { return "(int, float)"; } function in class:ExampleMandA
61 py::str overloaded(float, int) { return "(float, int)"; } function in class:ExampleMandA
62 py::str overloaded(int, int) { return "(int, int)"; } function in class:ExampleMandA
63 py::str overloaded(float, float) { return "(float, float)"; } function in class:ExampleMandA
64 py::str overloaded(int) const { return "(int) const"; } function in class:ExampleMandA
65 py::str overloaded(int, float) const { return "(int, float) const"; } function in class:ExampleMandA
66 py::str overloaded(float, int) const { return "(float, int) const"; } function in class:ExampleMandA
67 py::str overloaded(in function in class:ExampleMandA
68 py::str overloaded(float, float) const { return "(float, float) const"; } function in class:ExampleMandA
70 static py::str overloaded(float) { return "static float"; } function in class:ExampleMandA
[all...]
/gem5/ext/pybind11/include/pybind11/
H A Dpybind11.h462 const bool overloaded = it != nullptr && it->next != nullptr; local

Completed in 15 milliseconds