Searched refs:matcher_tuple (Results 1 – 1 of 1) sorted by relevance
619 static bool Matches(const MatcherTuple& matcher_tuple, in Matches() argument622 return TuplePrefix<N - 1>::Matches(matcher_tuple, value_tuple) in Matches()623 && get<N - 1>(matcher_tuple).Matches(get<N - 1>(value_tuple)); in Matches()687 bool TupleMatches(const MatcherTuple& matcher_tuple, in TupleMatches() argument696 Matches(matcher_tuple, value_tuple); in TupleMatches()