Home
last modified time | relevance | path

Searched refs:make_nurse_and_patient (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/python/
Dwith_custodian_and_ward.hpp65 PyObject* life_support = python::objects::make_nurse_and_patient(nurse, patient); in precall()
109 if (python::objects::make_nurse_and_patient(nurse, patient) == 0) in postcall()
/third_party/boost/boost/python/object/
Dlife_support.hpp11 BOOST_PYTHON_DECL PyObject* make_nurse_and_patient(PyObject* nurse, PyObject* patient);
/third_party/boost/libs/python/src/object/
Dlife_support.cpp89 PyObject* make_nurse_and_patient(PyObject* nurse, PyObject* patient) in make_nurse_and_patient() function