Home
last modified time | relevance | path

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

/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/
Dgtest-death-test.cc831 std::string captured_stderr_; member in testing::internal::FuchsiaDeathTest
920 size_t old_length = captured_stderr_.length(); in Wait()
922 captured_stderr_.resize(old_length + kBufferSize); in Wait()
924 0, &captured_stderr_.front() + old_length, kBufferSize, in Wait()
926 captured_stderr_.resize(old_length + bytes_read); in Wait()
1051 return captured_stderr_; in GetErrorLogs()
/external/mesa3d/src/gtest/src/
Dgtest-death-test.cc832 std::string captured_stderr_; member in testing::internal::FuchsiaDeathTest
931 size_t old_length = captured_stderr_.length(); in Wait()
933 captured_stderr_.resize(old_length + kBufferSize); in Wait()
935 0, &captured_stderr_.front() + old_length, kBufferSize, in Wait()
937 captured_stderr_.resize(old_length + bytes_read); in Wait()
1065 return captured_stderr_; in GetErrorLogs()
/external/googletest/googletest/src/
Dgtest-death-test.cc833 std::string captured_stderr_; member in testing::internal::FuchsiaDeathTest
931 size_t old_length = captured_stderr_.length(); in Wait()
933 captured_stderr_.resize(old_length + kBufferSize); in Wait()
935 0, &captured_stderr_.front() + old_length, kBufferSize, in Wait()
937 captured_stderr_.resize(old_length + bytes_read); in Wait()
1064 return captured_stderr_; in GetErrorLogs()
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest-death-test.cc817 std::string captured_stderr_; member in testing::internal::FuchsiaDeathTest
910 size_t old_length = captured_stderr_.length(); in Wait()
912 captured_stderr_.resize(old_length + kBufferSize); in Wait()
914 stderr_socket_.read(0, &captured_stderr_.front() + old_length, in Wait()
916 captured_stderr_.resize(old_length + bytes_read); in Wait()
1040 std::string FuchsiaDeathTest::GetErrorLogs() { return captured_stderr_; } in GetErrorLogs()
/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface_unittest.cc2313 captured_stderr_ = GetCapturedTestStderr(); in Run()
2339 EXPECT_EQ(StripCR(expected_text), StripCR(captured_stderr_)); in ExpectStderrMatchesText()
2366 std::string captured_stderr_; member in google::protobuf::compiler::__anon5a1c7dce0111::EncodeDecodeTest