Searched defs:StorageT (Results 1 – 2 of 2) sorted by relevance
82 union StorageT { union86 StorageT() : Value(0) {} in StorageT() function
34 using StorageT = SmallVector<T, 0>; variable