Searched defs:SmallSetVector (Results 1 – 3 of 3) sorted by relevance
219 SmallSetVector() {} in SmallSetVector() function223 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