HomeSort by relevance Sort by last modified time
    Searched refs:GetCapturedStderr (Results 1 - 4 of 4) sorted by null

  /external/gtest/include/gtest/internal/
gtest-port.h 130 // GetCapturedStderr() - stops capturing stderr and returns the captured
617 // GetCapturedStderr - stops capturing stderr and returns the captured string.
621 ::std::string GetCapturedStderr();
  /external/gtest/src/
gtest-port.cc 514 ::std::string GetCapturedStderr() {
gtest-death-test.cc 810 const ::string error_message = GetCapturedStderr();
812 const ::std::string error_message = GetCapturedStderr();
    [all...]
  /external/gtest/test/
gtest-port_test.cc 639 ASSERT_EQ("abc", GetCapturedStderr());

Completed in 29 milliseconds