Home
last modified time | relevance | path

Searched defs:IDSet (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/amd/compiler/
Daco_util.h404 struct IDSet { struct
409 const IDSet* set; argument
420 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() argument
475 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() argument
530 explicit IDSet(const IDSet& other, monotonic_buffer_resource& m) : words(other.words, m) {} in IDSet() function
547 bool operator!=(const IDSet& other) const { return !(*this == other); } argument
[all …]