Searched refs:module_local_load (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/pybind11/include/pybind11/detail/
H A Dinternals.h128 void *(*module_local_load)(PyObject *, const type_info *) = nullptr; member in struct:type_info
/gem5/ext/pybind11/include/pybind11/
H A Dcast.h624 if (foreign_typeinfo->module_local_load == &local_load
628 if (auto result = foreign_typeinfo->module_local_load(src.ptr(), foreign_typeinfo)) {
H A Dpybind11.h938 tinfo->module_local_load = &type_caster_generic::local_load;

Completed in 27 milliseconds