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

/freebsd-13-stable/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h1755 std::string all_match_result; variable
1760 if (all_match_result.empty()) {
1761 all_match_result = slistener.str();
1765 all_match_result += ", and ";
1766 all_match_result += result;
1776 *listener << all_match_result; variable

Completed in 187 milliseconds