Searched refs:value_tuple (Results 1 – 3 of 3) sorted by relevance
3 template<typename T, T ...Values> struct value_tuple {}; struct22 void f(value_tuple<T, Values...> * = 0);
513 const ValueTuple& value_tuple) { in Matches() argument515 return TuplePrefix<N - 1>::Matches(matcher_tuple, value_tuple) in Matches()516 && get<N - 1>(matcher_tuple).Matches(get<N - 1>(value_tuple)); in Matches()581 const ValueTuple& value_tuple) { in TupleMatches() argument589 Matches(matcher_tuple, value_tuple); in TupleMatches()
5125 const ValueTuple& value_tuple) {5127 return TuplePrefix<N - 1>::Matches(matcher_tuple, value_tuple)5128 && get<N - 1>(matcher_tuple).Matches(get<N - 1>(value_tuple));5193 const ValueTuple& value_tuple) {5201 Matches(matcher_tuple, value_tuple);