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