Searched refs:all_elements_should_match (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h2814 // * All elements in the container match, if all_elements_should_match.
2815 // * Any element in the container matches, if !all_elements_should_match.
2816 bool MatchAndExplainImpl(bool all_elements_should_match, argument
2826 if (matches != all_elements_should_match) {
2830 return !all_elements_should_match;
2833 return all_elements_should_match;

Completed in 22 milliseconds