Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-spec-builders_test.cc2000 void VerifyOutput(const std::string& output, bool should_print, in VerifyOutput() argument
2003 if (should_print) { in VerifyOutput()
2019 void TestExpectedCall(bool should_print) { in TestExpectedCall() argument
2027 VerifyOutput(GetCapturedStdout(), should_print, in TestExpectedCall()
2036 VerifyOutput(GetCapturedStdout(), should_print, in TestExpectedCall()
2045 void TestUninterestingCallOnNaggyMock(bool should_print) { in TestUninterestingCallOnNaggyMock() argument
2059 VerifyOutput(GetCapturedStdout(), should_print, in TestUninterestingCallOnNaggyMock()
2069 VerifyOutput(GetCapturedStdout(), should_print, in TestUninterestingCallOnNaggyMock()
H A Dgmock-internal-utils_test.cc402 bool should_print) { in TestLogWithSeverity() argument
407 if (should_print) { in TestLogWithSeverity()