Searched defs:StackVector (Results 1 – 6 of 6) sorted by relevance
197 StackVector() : StackContainer< in StackVector() function206 StackVector(const StackVector<T, stack_capacity>& other) in StackVector() function
142 template class StackVector<int, 2>; variable143 template class StackVector<scoped_refptr<Dummy>, 2>; variable
54 using StackVector = SmallVector<StackEntry, 16>; typedef
84 TEST(IPCMessageUtilsTest, StackVector) { in TEST() argument
35 typedef SmallVector<StackEntry, 16> StackVector; typedef