Searched refs:valptr (Results 1 - 1 of 1) sorted by relevance
/gem5/ext/pybind11/include/pybind11/detail/ |
H A D | class.h | 234 inline void register_instance(instance *self, void *valptr, const type_info *tinfo) { argument 235 register_instance_impl(valptr, self); 237 traverse_offset_bases(valptr, tinfo, self, register_instance_impl); 240 inline bool deregister_instance(instance *self, void *valptr, const type_info *tinfo) { argument 241 bool ret = deregister_instance_impl(valptr, self); 243 traverse_offset_bases(valptr, tinfo, self, deregister_instance_impl);
|
Completed in 6 milliseconds