Searched refs:value_tuple (Results 1 – 1 of 1) sorted by relevance
906 const ValueTuple& value_tuple) { in Matches() argument907 return TuplePrefix<N - 1>::Matches(matcher_tuple, value_tuple) in Matches()908 && get<N - 1>(matcher_tuple).Matches(get<N - 1>(value_tuple)); in Matches()970 const ValueTuple& value_tuple) { in TupleMatches() argument977 Matches(matcher_tuple, value_tuple); in TupleMatches()