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