Searched defs:StackVector (Results 1 – 2 of 2) sorted by relevance
236 StackVector() : StackContainer< in StackVector() function245 StackVector(const StackVector<T, stack_capacity>& other) in StackVector() function
35 typedef SmallVector<StackEntry, 16> StackVector; typedef