Home
last modified time | relevance | path

Searched refs:GetCapturedTestStderr (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/testing/
Dgoogletest.h62 string GetCapturedTestStderr();
Dgoogletest.cc214 string GetCapturedTestStderr() { in GetCapturedTestStderr() function
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dcommon_unittest.cc96 string text = GetCapturedTestStderr(); in TEST()
114 string text = GetCapturedTestStderr(); in TEST()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dcommand_line_interface_unittest.cc358 error_text_ = GetCapturedTestStderr(); in Run()
1749 captured_stderr_ = GetCapturedTestStderr(); in Run()
Dparser_unittest.cc225 GetCapturedTestStderr().find("No syntax specified") != string::npos); in TEST_F()