Searched refs:TupleMatches (Results 1 – 2 of 2) sorted by relevance
339 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()
436 bool TupleMatches(const MatcherTuple& matcher_tuple, in TupleMatches() function