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