Searched refs:destroy (Results 1 – 3 of 3) sorted by relevance
104 void (*destroy)(void* p); // member121 destroy(p); in Destroy()214 info.destroy = typeInfo.destroy; in TryInitializeAndStartImpl()
93 void destroy(pointer p) { p->~T(); } in destroy() function123 void destroy(pointer p) { p->~T(); } in destroy() function
764 void (*destroy)(void* p); member772 this->destroy = &(Destroy<T>);780 this->destroy = &(Destroy<T>); in SetData()