Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-spec-builders.h339 return TupleMatches(matchers_, args) && extra_matcher_.Matches(args); in Matches()
1098 return TupleMatches(matchers_, args) && extra_matcher_.Matches(args); in Matches()
1127 if (!TupleMatches(matchers_, args)) { in ExplainMatchResultTo()
H A Dgmock-matchers.h436 bool TupleMatches(const MatcherTuple& matcher_tuple, in TupleMatches() function