blockfilter: Implement GCSFilter Match methods.

This commit is contained in:
Jim Posen
2018-01-23 16:33:26 -08:00
committed by Jim Posen
parent cf70b55005
commit 558c536e35
2 changed files with 47 additions and 0 deletions

View File

@@ -36,6 +36,9 @@ private:
std::vector<uint64_t> BuildHashedSet(const ElementSet& elements) const;
/** Helper method used to implement Match and MatchAny */
bool MatchInternal(const uint64_t* sorted_element_hashes, size_t size) const;
public:
/** Constructs an empty filter. */