Home
last modified time | relevance | path

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

/third_party/boost/boost/python/converter/
Darg_from_python.hpp45 struct pointer_cref_arg_from_python struct
49 pointer_cref_arg_from_python(PyObject*);
174 , pointer_cref_arg_from_python<T>
238 inline pointer_cref_arg_from_python<T>::pointer_cref_arg_from_python(PyObject* p) in pointer_cref_arg_from_python() function in boost::python::converter::pointer_cref_arg_from_python
250 inline bool pointer_cref_arg_from_python<T>::convertible() const in convertible()
255 inline T pointer_cref_arg_from_python<T>::operator()() const in operator ()()
/third_party/boost/libs/python/test/
Dselect_from_python_test.cpp110 select_arg_from_python<int* const&>::type, pointer_cref_arg_from_python<int*const&> in main()
114 … select_arg_from_python<int const* const&>::type, pointer_cref_arg_from_python<int const*const&> in main()
118 …select_arg_from_python<int volatile* const&>::type, pointer_cref_arg_from_python<int volatile*cons… in main()
122 …select_arg_from_python<int const volatile* const&>::type, pointer_cref_arg_from_python<int const v… in main()