Searched refs:should_print (Results 1 – 4 of 4) sorted by relevance
/third_party/googletest/googlemock/test/ |
D | gmock-spec-builders_test.cc | 2125 void VerifyOutput(const std::string& output, bool should_print, in VerifyOutput() argument 2128 if (should_print) { in VerifyOutput() 2144 void TestExpectedCall(bool should_print) { in TestExpectedCall() argument 2155 should_print, in TestExpectedCall() 2166 should_print, in TestExpectedCall() 2175 void TestUninterestingCallOnNaggyMock(bool should_print) { in TestUninterestingCallOnNaggyMock() argument 2191 should_print, in TestUninterestingCallOnNaggyMock() 2203 should_print, in TestUninterestingCallOnNaggyMock()
|
D | gmock-internal-utils_test.cc | 396 bool should_print) { in TestLogWithSeverity() argument 401 if (should_print) { in TestLogWithSeverity()
|
/third_party/googletest/googlemock/scripts/generator/cpp/ |
D | ast.py | 1716 def PrintIndentifiers(filename, should_print): argument 1732 if should_print(node): 1740 def PrintAllIndentifiers(filenames, should_print): argument 1748 PrintIndentifiers(path, should_print)
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir.h | 4501 static int should_print = -1; in should_print_nir() local 4502 if (should_print < 0) in should_print_nir() 4503 should_print = env_var_as_unsigned("NIR_PRINT", 0); in should_print_nir() 4505 if (should_print == 1) in should_print_nir() 4508 return should_print; in should_print_nir()
|