Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/amd/compiler/
H A Daco_util.h403 struct IDSet { struct
408 const IDSet* set; argument
419 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() argument
474 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() function
529 explicit IDSet(const IDSet& other, monotonic_buffer_resource& m) : words(other.words, m) {} in IDSet() argument
546 bool operator!=(const IDSet& other) const { return !(*this == other); } argument
[all …]