Searched defs:StackVector (Results 1 – 3 of 3) sorted by relevance
233 StackVector() : StackContainer< in StackVector() function242 StackVector(const StackVector<T, stack_capacity>& other) in StackVector() function
140 template class StackVector<int, 2>; variable141 template class StackVector<scoped_refptr<Dummy>, 2>; variable
33 typedef SmallVector<StackEntry, 16> StackVector; typedef