Searched refs:destroy (Results 1 – 3 of 3) sorted by relevance
91 void (*destroy)(void* p); //!< 終了処理関数 member108 destroy(p); in Destroy()205 info.destroy = typeInfo.destroy; in TryInitializeAndStartImpl()
91 void destroy(pointer p) { p->~T(); } in destroy() function121 void destroy(pointer p) { p->~T(); } in destroy() function
740 void (*destroy)(void* p); member748 this->destroy = &(Destroy<T>);756 this->destroy = &(Destroy<T>); in SetData()