Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-matchers.h372 template <typename MatcherTuple, typename ValueTuple>
373 static bool Matches(const MatcherTuple& matcher_tuple, in Matches()
383 template <typename MatcherTuple, typename ValueTuple>
384 static void ExplainMatchFailuresTo(const MatcherTuple& matchers, in ExplainMatchFailuresTo()
392 typename std::tuple_element<N - 1, MatcherTuple>::type matcher = in ExplainMatchFailuresTo()
417 template <typename MatcherTuple, typename ValueTuple>
418 static bool Matches(const MatcherTuple& /* matcher_tuple */, in Matches() argument
423 template <typename MatcherTuple, typename ValueTuple>
424 static void ExplainMatchFailuresTo(const MatcherTuple& /* matchers */, in ExplainMatchFailuresTo() argument
434 template <typename MatcherTuple, typename ValueTuple>
[all …]