| 139 | } |
| 140 | |
| 141 | bool GCSFilter::MatchAny(const ElementSet& elements) const |
| 142 | { |
| 143 | const std::vector<uint64_t> queries = BuildHashedSet(elements); |
| 144 | return MatchInternal(queries.data(), queries.size()); |
| 145 | } |
| 146 | |
| 147 | const std::string& BlockFilterTypeName(BlockFilterType filter_type) |
| 148 | { |