Home
last modified time | relevance | path

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

/third_party/boost/boost/python/converter/
Dregistry.hpp33 …ON_DECL void insert(convertible_function, type_info, PyTypeObject const* (*expected_pytype)() = 0);
40 , PyTypeObject const* (*expected_pytype)() = 0
49 , PyTypeObject const* (*expected_pytype)() = 0
Dregistrations.hpp30 PyTypeObject const* (*expected_pytype)(); member
/third_party/boost/libs/python/src/converter/
Dregistry.cpp31 if(r->expected_pytype) in expected_from_python_type()
32 pool.insert(r->expected_pytype()); in expected_from_python_type()
258 registration->expected_pytype = exp_pytype; in insert()
279 registration->expected_pytype = exp_pytype; in push_back()