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

/gem5/ext/pybind11/include/pybind11/
H A Dcast.h177 inline detail::type_info *get_global_type_info(const std::type_index &tp) { function
190 if (auto gtype = get_global_type_info(tp))
709 if (auto gtype = get_global_type_info(*typeinfo->cpptype)) {
H A Dpybind11.h897 if (rec.module_local ? get_local_type_info(*rec.type) : get_global_type_info(*rec.type))

Completed in 20 milliseconds