Home
last modified time | relevance | path

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

/third_party/boost/boost/python/converter/
Darg_from_python.hpp75 struct pointer_arg_from_python : arg_lvalue_from_python_base struct
79 pointer_arg_from_python(PyObject*);
167 , pointer_arg_from_python<T>
266 inline pointer_arg_from_python<T>::pointer_arg_from_python(PyObject* p) in pointer_arg_from_python() function in boost::python::converter::pointer_arg_from_python
273 inline T pointer_arg_from_python<T>::operator()() const in operator ()()
/third_party/boost/libs/python/test/
Dselect_from_python_test.cpp55 select_arg_from_python<int*>::type, pointer_arg_from_python<int*> in main()
59 select_arg_from_python<int const*>::type, pointer_arg_from_python<int const*> in main()
63 select_arg_from_python<int volatile*>::type, pointer_arg_from_python<int volatile*> in main()
67 … select_arg_from_python<int const volatile*>::type, pointer_arg_from_python<int const volatile*> in main()