Home
last modified time | relevance | path

Searched refs:matcher_tuple (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-matchers.h374 static bool Matches(const MatcherTuple& matcher_tuple, in Matches() argument
376 return TuplePrefix<N - 1>::Matches(matcher_tuple, value_tuple) && in Matches()
377 std::get<N - 1>(matcher_tuple).Matches(std::get<N - 1>(value_tuple)); in Matches()
436 bool TupleMatches(const MatcherTuple& matcher_tuple, in TupleMatches() argument
443 return TuplePrefix<std::tuple_size<ValueTuple>::value>::Matches(matcher_tuple, in TupleMatches()