Searched defs:IsFlagSet (Results 1 – 2 of 2) sorted by relevance
300 bool IsFlagSet(uint32_t flag) { return ((flags_ & flag) != 0); } in IsFlagSet() function
167 bool IsFlagSet(Flag flag) const { in IsFlagSet() function