Home
last modified time | relevance | path

Searched refs:throw_no_pointer_from_python (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/python/converter/
Dfrom_python.hpp36 BOOST_PYTHON_DECL void throw_no_pointer_from_python(PyObject*, registration const&);
/third_party/boost/boost/python/
Dextract.hpp231 (throw_no_pointer_from_python)(m_source, registered_pointee<Ptr>::converters); in operator ()()
/third_party/boost/libs/python/src/converter/
Dfrom_python.cpp251 BOOST_PYTHON_DECL void throw_no_pointer_from_python(PyObject* source, registration const& converter… in throw_no_pointer_from_python() function