Searched refs:should_print (Results 1 – 3 of 3) sorted by relevance
1961 void VerifyOutput(const String& output, bool should_print, in VerifyOutput() argument1964 if (should_print) { in VerifyOutput()1980 void TestExpectedCall(bool should_print) { in TestExpectedCall() argument1991 should_print, in TestExpectedCall()2002 should_print, in TestExpectedCall()2011 void TestUninterestingCall(bool should_print) { in TestUninterestingCall() argument2019 should_print, in TestUninterestingCall()2031 should_print, in TestUninterestingCall()
385 bool should_print) { in TestLogWithSeverity() argument390 if (should_print) { in TestLogWithSeverity()
1666 def PrintIndentifiers(filename, should_print): argument1682 if should_print(node):1690 def PrintAllIndentifiers(filenames, should_print): argument1698 PrintIndentifiers(path, should_print)