Searched refs:value_tuple (Results 1 – 7 of 7) sorted by relevance
72 value_tuple = tuple(value)76 if len(value_tuple) != n:79 for single_value in value_tuple:87 return value_tuple
106 def value_tuple(self): member in Event218 self.events.append(ev.value_tuple())
3 template<typename T, T ...Values> struct value_tuple {}; struct22 void f(value_tuple<T, Values...> * = 0);
620 const ValueTuple& value_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()688 const ValueTuple& value_tuple) { in TupleMatches() argument696 Matches(matcher_tuple, value_tuple); in TupleMatches()
733 const ValueTuple& value_tuple) { in Matches() argument734 return TuplePrefix<N - 1>::Matches(matcher_tuple, value_tuple) in Matches()735 && get<N - 1>(matcher_tuple).Matches(get<N - 1>(value_tuple)); in Matches()797 const ValueTuple& value_tuple) { in TupleMatches() argument804 Matches(matcher_tuple, value_tuple); in TupleMatches()
363 const ValueTuple& value_tuple) { in Matches() argument364 return TuplePrefix<N - 1>::Matches(matcher_tuple, value_tuple) && in Matches()365 std::get<N - 1>(matcher_tuple).Matches(std::get<N - 1>(value_tuple)); in Matches()425 const ValueTuple& value_tuple) { in TupleMatches() argument432 value_tuple); in TupleMatches()