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