Home | History | Annotate | Download | only in src

Lines Matching defs:StorageType

124   typedef char StorageType[sizeof(T)] LAZY_ALIGN(T);
126 static T* MutableInstance(StorageType* storage) {
131 static void InitStorageUsingTrait(StorageType* storage) {
141 typedef T* StorageType;
143 static T* MutableInstance(StorageType* storage) {
148 static void InitStorageUsingTrait(StorageType* storage) {
196 typedef typename AllocationTrait::StorageType StorageType;
199 static void InitInstance(StorageType* storage) {
227 mutable StorageType storage_;