Searched refs:cast_other (Results 1 - 2 of 2) sorted by relevance

/gem5/src/base/filters/
H A Dperfect_bloom_filter.cc55 auto* cast_other = static_cast<const Perfect*>(other); local
56 entries.insert(cast_other->entries.begin(), cast_other->entries.end());
H A Dmulti_bloom_filter.cc59 auto* cast_other = static_cast<const Multi*>(other); local
60 assert(filters.size() == cast_other->filters.size());
62 filters[i]->merge(cast_other->filters[i]);

Completed in 5 milliseconds