Searched refs:restore_and_read (Results 1 – 3 of 3) sorted by relevance
111 std::string restore_and_read();120 std::string gtest_output = gtest_redir.restore_and_read(); \
388 EXPECT_EQ("censored", sanitize(redir.restore_and_read())); in TEST()389 EXPECT_EQ("", sanitize(redir.restore_and_read())); in TEST()406 EXPECT_SYSTEM_ERROR_NOASSERT(redir.restore_and_read(), in TEST()
73 std::string OutputRedirect::restore_and_read() { in restore_and_read() function in OutputRedirect