Home
last modified time | relevance | path

Searched defs:get_pytype (Results 1 – 17 of 17) sorted by relevance

/third_party/boost/boost/python/converter/
Dpytype_function.hpp21 static PyTypeObject const* get_pytype() in get_pytype() function
65 static PyTypeObject const *get_pytype() in get_pytype() function
78 static PyTypeObject const *get_pytype() in get_pytype() function
91 static PyTypeObject const* get_pytype() in get_pytype() function
103 static PyTypeObject const* get_pytype() in get_pytype() function
112 static PyTypeObject const *get_pytype() in get_pytype() function
124 static PyTypeObject const *get_pytype() in get_pytype() function
Das_to_python_function.hpp43 static PyTypeObject const * get_pytype() { return ToPython::get_pytype(); } in get_pytype() function
Dpyobject_traits.hpp22 static PyTypeObject const* get_pytype() { return 0; } in get_pytype() function
Dpyobject_type.hpp34 static PyTypeObject const* get_pytype() { return pytype; } in get_pytype() function
/third_party/boost/boost/python/
Dto_python_value.hpp66 PyTypeObject const* get_pytype() const { in get_pytype() function
93 …PyTypeObject const* get_pytype() const {return converter::registered<T>::converters.to_python_targ… in get_pytype() function
109 PyTypeObject const* get_pytype() const {return get_pytype((boost::type<argument_type>*)0);} in get_pytype() function
118 …PyTypeObject const* get_pytype(boost::type<shared_ptr<U> &> *) const {return converter::registered… in get_pytype() function
120 …PyTypeObject const* get_pytype(boost::type<const shared_ptr<U> &> *) const {return converter::regi… in get_pytype() function
123 …PyTypeObject const* get_pytype(boost::type<std::shared_ptr<U> &> *) const {return converter::regis… in get_pytype() function
125 …PyTypeObject const* get_pytype(boost::type<const std::shared_ptr<U> &> *) const {return converter:… in get_pytype() function
Dreturn_arg.hpp52 …PyTypeObject const *get_pytype() const { return converter::expected_pytype_for_arg<T>::get_pytype(… in get_pytype() function
Dto_python_indirect.hpp42 get_pytype()const in get_pytype() function
Dlvalue_from_pytype.hpp111 static PyTypeObject const*get_pytype() { return python_type; } in get_pytype() function
Dopaque_pointer_converter.hpp111 static PyTypeObject const *get_pytype(){return &type_object; } in get_pytype() function
Dobject_core.hpp466 static PyTypeObject const *get_pytype() {return 0;} in get_pytype() function
/third_party/boost/libs/python/src/converter/
Dbuiltin_converters.cpp125 static PyTypeObject const* get_pytype() {return &PyLong_Type;} in get_pytype() function
169 static PyTypeObject const* get_pytype() { return &PyInt_Type;} in get_pytype() function
200 static PyTypeObject const* get_pytype() { return &PyInt_Type;} in get_pytype() function
261 static PyTypeObject const* get_pytype() { return &PyLong_Type;} in get_pytype() function
328 static PyTypeObject const* get_pytype() in get_pytype() function
371 static PyTypeObject const* get_pytype() { return &PyFloat_Type;} in get_pytype() function
399 static PyTypeObject const* get_pytype() { return &PyUnicode_Type;} in get_pytype() function
405 static PyTypeObject const* get_pytype() { return &PyString_Type;} in get_pytype() function
471 static PyTypeObject const* get_pytype() { return &PyUnicode_Type;} in get_pytype() function
504 static PyTypeObject const* get_pytype() { return &PyComplex_Type;} in get_pytype() function
/third_party/boost/boost/python/object/
Dclass_wrapper.hpp32 …static PyTypeObject const *get_pytype() { return converter::registered_pytype_direct<Src>::get_pyt… in get_pytype() function
45 static PyTypeObject const *get_pytype() { return MakeInstance::get_pytype(); } in get_pytype() function
Dmake_ptr_instance.hpp37 static inline PyTypeObject const* get_pytype() in get_pytype() function
/third_party/boost/libs/python/src/numpy/
Dmatrix.cpp26 PyTypeObject const * object_manager_traits<numpy::matrix>::get_pytype() in get_pytype() function in boost::python::converter::object_manager_traits::matrix
Ddtype.cpp142 static PyTypeObject const * get_pytype() in get_pytype() function in boost::python::numpy::__anon23c201b90111::array_scalar_converter
/third_party/boost/boost/python/detail/
Dcaller.hpp98 static PyTypeObject const *get_pytype() in get_pytype() function
107 static PyTypeObject const *get_pytype() in get_pytype() function
/third_party/boost/libs/python/test/
Dm1.cpp181 static PyTypeObject const *get_pytype(){return &SimpleType; } in get_pytype() function