Home
last modified time | relevance | path

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

/external/python/pybind11/include/pybind11/detail/
Dclass.h301 inline bool deregister_instance_impl(void *ptr, instance *self) { in deregister_instance_impl() function
320 bool ret = deregister_instance_impl(valptr, self); in deregister_instance()
322 traverse_offset_bases(valptr, tinfo, self, deregister_instance_impl); in deregister_instance()