Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc10398 class CapturedStream { class
10401 explicit CapturedStream(int fd) : fd_(fd), uncaptured_fd_(dup(fd)) { in CapturedStream() function in testing::internal::CapturedStream
10449 ~CapturedStream() { in ~CapturedStream()
10474 GTEST_DISALLOW_COPY_AND_ASSIGN_(CapturedStream);
10479 static CapturedStream* g_captured_stderr = NULL;
10480 static CapturedStream* g_captured_stdout = NULL;
10484 CapturedStream** stream) { in CaptureStream()
10489 *stream = new CapturedStream(fd); in CaptureStream()
10493 static std::string GetCapturedStream(CapturedStream** captured_stream) { in GetCapturedStream()