Home
last modified time | relevance | path

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

/external/python/pybind11/include/pybind11/detail/
Dinternals.h140 void *(*module_local_load)(PyObject *, const type_info *) = nullptr; member
/external/python/pybind11/include/pybind11/
Dcast.h645 if (foreign_typeinfo->module_local_load == &local_load in try_load_foreign_module_local()
649 if (auto result = foreign_typeinfo->module_local_load(src.ptr(), foreign_typeinfo)) { in try_load_foreign_module_local()
Dpybind11.h1129 tinfo->module_local_load = &type_caster_generic::local_load; in PYBIND11_NAMESPACE_BEGIN()