Searched defs:match_unless (Results 1 – 2 of 2) 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
111 template <typename Ty> struct match_unless { struct114 match_unless(const Ty &Matcher) : M(Matcher) {} in match_unless() argument120 template <typename Ty> inline match_unless<Ty> m_Unless(const Ty &M) { in m_Unless() argument