Lines Matching defs:source
39 PyObject* source in rvalue_from_python_stage1()
91 PyObject* source, rvalue_from_python_stage1_data& data, registration const& converters) in rvalue_from_python_stage2()
121 PyObject* source in get_lvalue_from_python()
174 PyObject* source in implicit_rvalue_convertible_from_python()
198 …void throw_no_lvalue_from_python(PyObject* source, registration const& converters, char const* ref… in throw_no_lvalue_from_python()
220 PyObject* source in lvalue_result_from_python()
251 BOOST_PYTHON_DECL void throw_no_pointer_from_python(PyObject* source, registration const& converter… in throw_no_pointer_from_python()
256 BOOST_PYTHON_DECL void throw_no_reference_from_python(PyObject* source, registration const& convert… in throw_no_reference_from_python()
262 PyObject* source in reference_result_from_python()
269 PyObject* source in pointer_result_from_python()
288 pytype_check(PyTypeObject* type_, PyObject* source) in pytype_check()