Searched defs:StackVector (Results 1 – 4 of 4) sorted by relevance
197 StackVector() : StackContainer< in StackVector() function206 StackVector(const StackVector<T, stack_capacity>& other) in StackVector() function
52 using StackVector = SmallVector<StackEntry, 16>; typedef
84 TEST(IPCMessageUtilsTest, StackVector) { in TEST() argument
35 typedef SmallVector<StackEntry, 16> StackVector; typedef