Searched defs:StaticallyAllocatedInstanceTrait (Results 1 – 1 of 1) sorted by relevance
119 struct StaticallyAllocatedInstanceTrait { struct120 typedef char StorageType[sizeof(T)] LAZY_ALIGN(T);122 static T* MutableInstance(StorageType* storage) { in MutableInstance()127 static void InitStorageUsingTrait(StorageType* storage) { in InitStorageUsingTrait()