Searched refs:MatchesBitMask (Results 1 – 1 of 1) sorted by relevance
57 constexpr bool MatchesBitMask(uint32_t val, uint32_t mask) { return (val & mask) == val; } in MatchesBitMask() function61 constexpr bool MatchesBitMask(T val, uint32_t mask) { return MatchesBitMask(ToUint(val), mask); } in MatchesBitMask() function117 static_assert(helper::MatchesBitMask(Value::kMin, kValueBitMask));118 static_assert(helper::MatchesBitMask(Value::kMax, kValueBitMask));269 helper::MatchesBitMask(other.GetDomainApis(), GetDomainApis()); in Contains()291 if (helper::MatchesBitMask(helper::ToBit(i), domain_apis)) { in Dump()