Searched refs:ToBit (Results 1 – 1 of 1) sorted by relevance
43 constexpr uint32_t ToBit(T val) { return 1u << ToUint(val); } in ToBit() function152 explicit ApiList(DomainApi val) : ApiList(Value::kInvalid, helper::ToBit(val)) {} in ApiList()291 if (helper::MatchesBitMask(helper::ToBit(i), domain_apis)) { in Dump()