Searched refs:CapturedStream (Results 1 – 1 of 1) sorted by relevance
1072 class CapturedStream { class1075 explicit CapturedStream(int fd) : fd_(fd), uncaptured_fd_(dup(fd)) { in CapturedStream() function in testing::internal::CapturedStream1125 ~CapturedStream() { in ~CapturedStream()1154 GTEST_DISALLOW_COPY_AND_ASSIGN_(CapturedStream);1159 static CapturedStream* g_captured_stderr = nullptr;1160 static CapturedStream* g_captured_stdout = nullptr;1164 CapturedStream** stream) { in CaptureStream()1169 *stream = new CapturedStream(fd); in CaptureStream()1173 static std::string GetCapturedStream(CapturedStream** captured_stream) { in GetCapturedStream()