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

/gem5/ext/pybind11/include/pybind11/detail/
H A Dclass.h290 inline void add_patient(PyObject *nurse, PyObject *patient) { argument
292 auto instance = reinterpret_cast<detail::instance *>(nurse);
295 internals.patients[nurse].push_back(patient);
/gem5/ext/pybind11/include/pybind11/
H A Dpybind11.h1598 inline void keep_alive_impl(handle nurse, handle patient) { argument
1599 if (!nurse || !patient)
1602 if (patient.is_none() || nurse.is_none())
1605 auto tinfo = all_type_info(Py_TYPE(nurse.ptr()));
1609 add_patient(nurse.ptr(), patient.ptr());
1618 weakref wr(nurse, disable_lifesupport);
H A Dcast.h480 inline void keep_alive_impl(handle nurse, handle patient);

Completed in 25 milliseconds