Searched refs:find_instance_impl (Results 1 – 3 of 3) sorted by relevance
46 …data.convertible = objects::find_instance_impl(source, converters.target_type, converters.is_share… in rvalue_from_python_stage1()125 void* x = objects::find_instance_impl(source, converters.target_type); in get_lvalue_from_python()177 if (objects::find_instance_impl(source, converters.target_type)) in implicit_rvalue_convertible_from_python()
17 BOOST_PYTHON_DECL void* find_instance_impl(PyObject*, type_info, bool null_shared_ptr_only = false);
483 find_instance_impl(PyObject* inst, type_info type, bool null_shared_ptr_only) in find_instance_impl() function