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

/gem5/ext/pybind11/include/pybind11/detail/
H A Dclass.h222 inline bool deregister_instance_impl(void *ptr, instance *self) { function
241 bool ret = deregister_instance_impl(valptr, self);
243 traverse_offset_bases(valptr, tinfo, self, deregister_instance_impl);

Completed in 6 milliseconds