Home
last modified time | relevance | path

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

/external/google-breakpad/src/testing/test/
Dgmock-spec-builders_test.cc1961 void VerifyOutput(const String& output, bool should_print, in VerifyOutput() argument
1964 if (should_print) { in VerifyOutput()
1980 void TestExpectedCall(bool should_print) { in TestExpectedCall() argument
1991 should_print, in TestExpectedCall()
2002 should_print, in TestExpectedCall()
2011 void TestUninterestingCall(bool should_print) { in TestUninterestingCall() argument
2019 should_print, in TestUninterestingCall()
2031 should_print, in TestUninterestingCall()
Dgmock-internal-utils_test.cc385 bool should_print) { in TestLogWithSeverity() argument
390 if (should_print) { in TestLogWithSeverity()
/external/google-breakpad/src/testing/scripts/generator/cpp/
Dast.py1666 def PrintIndentifiers(filename, should_print): argument
1682 if should_print(node):
1690 def PrintAllIndentifiers(filenames, should_print): argument
1698 PrintIndentifiers(path, should_print)