Searched defs:FamilyMatchResult (Results 1 – 1 of 1) sorted by relevance
68 struct FamilyMatchResult { struct93 FamilyMatchResult build() { in build() argument118 iterator(const FamilyMatchResult& result, uint32_t offset) in iterator() argument120 const FamilyMatchResult& mResult; argument124 // Create empty FamilyMatchResult. argument125 FamilyMatchResult() : mBits(0) {} in FamilyMatchResult() function135 inline bool operator==(const FamilyMatchResult& o) const { return mBits == o.mBits; } argument144 FamilyMatchResult(const FamilyMatchResult& o) = default; argument145 FamilyMatchResult& operator=(const FamilyMatchResult& o) = default; argument148 explicit FamilyMatchResult(uint64_t bits) : mBits(bits) {} in FamilyMatchResult() argument[all …]