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

/gem5/ext/googletest/googlemock/test/
H A Dgmock-internal-utils_test.cc406 bool should_print) {
411 if (should_print) {
405 TestLogWithSeverity(const string& verbosity, LogSeverity severity, bool should_print) argument
H A Dgmock-spec-builders_test.cc2061 // should_print is true, the output should match the given regex and
2064 void VerifyOutput(const std::string& output, bool should_print, argument
2067 if (should_print) {
2083 void TestExpectedCall(bool should_print) { argument
2094 should_print, local
2105 should_print, local
2114 void TestUninterestingCallOnNaggyMock(bool should_print) { argument
2128 should_print, local
2140 should_print, local
/gem5/ext/googletest/googlemock/scripts/generator/cpp/
H A Dast.py1676 def PrintIndentifiers(filename, should_print):
1681 should_print: predicate with signature: bool Function(token)
1692 if should_print(node):
1700 def PrintAllIndentifiers(filenames, should_print):
1705 should_print: predicate with signature: bool Function(token)
1708 PrintIndentifiers(path, should_print)

Completed in 20 milliseconds