Searched defs:FamilyMatchResult (Results 1 – 1 of 1) sorted by relevance
48 struct FamilyMatchResult { struct73 FamilyMatchResult build() { in build() argument98 iterator(const FamilyMatchResult& result, uint32_t offset) in iterator() argument100 const FamilyMatchResult& mResult; argument104 // Create empty FamilyMatchResult. argument105 FamilyMatchResult() : mBits(0) {} in FamilyMatchResult() argument115 inline bool operator==(const FamilyMatchResult& o) const { return mBits == o.mBits; } argument124 FamilyMatchResult(const FamilyMatchResult& o) = default; argument125 FamilyMatchResult& operator=(const FamilyMatchResult& o) = default; argument128 explicit FamilyMatchResult(uint64_t bits) : mBits(bits) {} in FamilyMatchResult() function[all …]