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.cc2001 void VerifyOutput(const std::string& output, bool should_print, in VerifyOutput() argument
2004 if (should_print) { in VerifyOutput()
2020 void TestExpectedCall(bool should_print) { in TestExpectedCall() argument
2028 VerifyOutput(GetCapturedStdout(), should_print, in TestExpectedCall()
2037 VerifyOutput(GetCapturedStdout(), should_print, in TestExpectedCall()
2046 void TestUninterestingCallOnNaggyMock(bool should_print) { in TestUninterestingCallOnNaggyMock() argument
2060 VerifyOutput(GetCapturedStdout(), should_print, in TestUninterestingCallOnNaggyMock()
2070 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()