Searched refs:destroy (Results 1 – 5 of 5) sorted by relevance
120 void (*destroy)(void* p); // member135 destroy(p); in Destroy()254 info.destroy = typeInfo.destroy; in TryInitializeAndStartImpl()
105 void (*destroy)(void* p); // member121 destroy(p); in Destroy()167 pStartParam->destroy = typeInfo.destroy; in SetupStackAndParam()
96 void destroy(pointer p) { p->~T(); } in destroy() function126 void destroy(pointer p) { p->~T(); } in destroy() function
846 void (*destroy)(void* p); member856 this->destroy = &(Destroy<T>);865 this->destroy = &(Destroy<T>); in TypeInfo()
821 void (*destroy)(void* p); member829 this->destroy = &(Destroy<T>);837 this->destroy = &(Destroy<T>); in SetData()