Searched defs:IDSet (Results 1 – 1 of 1) sorted by relevance
403 struct IDSet { struct408 const IDSet* set; argument419 size_t count(uint32_t id) const { return find(id) != end(); } in count()421 Iterator find(uint32_t id) const in find()453 bool insert(const IDSet other) in insert() argument474 size_t erase(uint32_t id) in erase()493 Iterator cbegin() const in cbegin()528 explicit IDSet(monotonic_buffer_resource& m) : words(m) {} in IDSet() function529 explicit IDSet(const IDSet& other, monotonic_buffer_resource& m) : words(other.words, m) {} in IDSet() argument546 bool operator!=(const IDSet& other) const { return !(*this == other); } argument[all …]