Searched defs:match_unless (Results 1 – 6 of 6) sorted by relevance
98 template <typename Ty> struct match_unless { struct101 match_unless(const Ty &Matcher) : M(Matcher) {} in match_unless() function107 template <typename Ty> inline match_unless<Ty> m_Unless(const Ty &M) { in m_Unless() argument
173 template <typename Ty> struct match_unless { struct176 match_unless(const Ty &Matcher) : M(Matcher) {} in match_unless() argument182 template <typename Ty> inline match_unless<Ty> m_Unless(const Ty &M) { in m_Unless() argument
173 template <typename Ty> struct match_unless { struct176 match_unless(const Ty &Matcher) : M(Matcher) {} in match_unless() function182 template <typename Ty> inline match_unless<Ty> m_Unless(const Ty &M) { in m_Unless() argument
194 template <typename Ty> struct match_unless { struct197 match_unless(const Ty &Matcher) : M(Matcher) {} in match_unless() argument203 template <typename Ty> inline match_unless<Ty> m_Unless(const Ty &M) { in m_Unless() argument