Searched refs:destroy (Results 1 – 3 of 3) sorted by relevance
92 void (*destroy)(void* p); //!< 終了処理関数 member109 destroy(p); in Destroy()206 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
751 void (*destroy)(void* p); member759 this->destroy = &(Destroy<T>);767 this->destroy = &(Destroy<T>); in SetData()