Searched defs:StorageT (Results 1 – 3 of 3) sorted by relevance
82 union StorageT { union86 StorageT() : Value(0) {} in StorageT() function
36 using StorageT = SmallVector<T, 0>; variable
41 typedef CountedSet<Graph<3>::NodeType *> StorageT; TEST() typedef