Searched refs:all_type_info (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/pybind11/include/pybind11/
H A Dcast.h146 inline const std::vector<detail::type_info *> &all_type_info(PyTypeObject *type) { function
158 * `all_type_info` instead if you want to support multiple bases.
161 auto &bases = all_type_info(type);
269 values_and_holders(instance *inst) : inst{inst}, tinfo(all_type_info(Py_TYPE(inst))) {} function in struct:values_and_holders
347 auto &tinfo = all_type_info(Py_TYPE(this));
509 for (auto instance_type : detail::all_type_info(Py_TYPE(it_i->second))) {
662 auto &bases = all_type_info(srctype);
1094 auto &bases = all_type_info((PyTypeObject *) h.get_type().ptr());
H A Dpybind11.h1605 auto tinfo = all_type_info(Py_TYPE(nurse.ptr()));

Completed in 21 milliseconds