Searched defs:SmallSetVector (Results 1 – 3 of 3) sorted by relevance
243 SmallSetVector() {} in SmallSetVector() function247 SmallSetVector(It Start, It End) { in SmallSetVector() function
24 template <class T, unsigned n> class SmallSetVector; variable
508 class SmallSetVector : public SetVector<C, I, 8> {}; class