Searched refs:ValueMatchesPoly (Results 1 – 1 of 1) sorted by relevance
69 class ValueMatchesPoly {71 explicit ValueMatchesPoly(const M &Matcher) : Matcher(Matcher) {} in ValueMatchesPoly() function221 detail::ValueMatchesPoly<M> HasValue(M Matcher) { in HasValue()222 return detail::ValueMatchesPoly<M>(Matcher); in HasValue()