Searched defs:SmallSet (Results 1 – 1 of 1) sorted by relevance
175 explicit SmallSet(Allocator *allocator) : data_(VectorSetT(allocator)) {} in SmallSet() function177 …SmallSet(std::initializer_list<Ref> values, Allocator *allocator = Allocator::GetInstance()) : Sma… in SmallSet() function