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

/gem5/ext/pybind11/include/pybind11/
H A Dpybind11.h299 instead, hide the parent's overloads in this case */
427 /* Iterator over the list of potentially admissible overloads */
428 const function_record *overloads = (function_record *) PyCapsule_GetPointer(self, nullptr), local
429 *it = overloads;
438 if (overloads->is_constructor) {
439 const auto tinfo = get_type_info((PyTypeObject *) overloads->scope.ptr());
461 // However, if there are no overloads, we can just skip the no-convert pass entirely
635 // then add this call to the list of second pass overloads to try.
712 if (overloads->is_operator)
715 std::string msg = std::string(overloads
[all...]

Completed in 9 milliseconds