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

/gem5/ext/pybind11/include/pybind11/
H A Dpybind11.h498 size_t args_to_copy = (std::min)(pos_args, n_args_in); // Protect std::min with parentheses local
516 for (; args_copied < args_to_copy; ++args_copied) {
578 if (args_to_copy == 0) {

Completed in 13 milliseconds