Searched defs:IDSet (Results 1 – 1 of 1) sorted by relevance
404 struct IDSet { struct409 const IDSet* set; argument420 size_t count(uint32_t id) const { return find(id) != end(); } in count()422 Iterator find(uint32_t id) const in find()454 bool insert(const IDSet other) in insert() argument475 size_t erase(uint32_t id) in erase()494 Iterator cbegin() const in cbegin()529 explicit IDSet(monotonic_buffer_resource& m) : words(m) {} in IDSet() argument530 explicit IDSet(const IDSet& other, monotonic_buffer_resource& m) : words(other.words, m) {} in IDSet() function547 bool operator!=(const IDSet& other) const { return !(*this == other); } argument[all …]