Home
last modified time | relevance | path

Searched refs:reference_arg_to_python (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/python/converter/
Darg_to_python.hpp44 struct reference_arg_to_python : handle<> struct
46 reference_arg_to_python(T& x);
135 , reference_arg_to_python<unwrapped_referent>
217 inline PyObject* reference_arg_to_python<T>::get_object(T& x) in get_object()
224 inline reference_arg_to_python<T>::reference_arg_to_python(T& x) in reference_arg_to_python() function in boost::python::converter::detail::reference_arg_to_python
225 : handle<>(reference_arg_to_python<T>::get_object(x)) in reference_arg_to_python()
/third_party/boost/libs/python/test/
Dselect_arg_to_python_test.cpp46 select_arg_to_python<reference_wrapper<int> >::type, reference_arg_to_python<int> in main()