Searched defs:has_flag (Results 1 – 3 of 3) sorted by relevance
65 has_flag(flag f) { in has_flag() function
233 bool has_flag(Flags f) const {return m_flags.test(f);} in has_flag() function
37 bool has_flag(std::vector<TestConfig> const& flags, TestConfig config) { in has_flag() function