Home
last modified time | relevance | path

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

/external/google-breakpad/src/testing/include/gmock/
Dgmock-matchers.h619 static bool Matches(const MatcherTuple& matcher_tuple, in Matches() argument
622 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()
687 bool TupleMatches(const MatcherTuple& matcher_tuple, in TupleMatches() argument
696 Matches(matcher_tuple, value_tuple); in TupleMatches()
/external/v8/testing/gmock/include/gmock/
Dgmock-matchers.h732 static bool Matches(const MatcherTuple& matcher_tuple, in Matches() argument
734 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()
796 bool TupleMatches(const MatcherTuple& matcher_tuple, in TupleMatches() argument
804 Matches(matcher_tuple, value_tuple); in TupleMatches()
/external/googletest/googlemock/include/gmock/
Dgmock-matchers.h732 static bool Matches(const MatcherTuple& matcher_tuple, in Matches() argument
734 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()
796 bool TupleMatches(const MatcherTuple& matcher_tuple, in TupleMatches() argument
804 Matches(matcher_tuple, value_tuple); in TupleMatches()
/external/fmtlib/test/gmock/
Dgmock.h5363 static bool Matches(const MatcherTuple& matcher_tuple,
5366 return TuplePrefix<N - 1>::Matches(matcher_tuple, value_tuple)
5367 && get<N - 1>(matcher_tuple).Matches(get<N - 1>(value_tuple));
5431 bool TupleMatches(const MatcherTuple& matcher_tuple,
5440 Matches(matcher_tuple, value_tuple);