Searched refs:flagSet (Results 1 – 2 of 2) sorted by relevance
1321 bool IsFlagExists(unsigned int flag, unsigned int flagSet);
1003 bool Ability::IsFlagExists(unsigned int flag, unsigned int flagSet) in IsFlagExists() argument1005 return (flag & flagSet) == flag; in IsFlagExists()