OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:restore_and_read
(Results
1 - 3
of
3
) sorted by null
/external/fmtlib/test/
gtest-extra.h
111
std::string
restore_and_read
();
120
std::string gtest_output = gtest_redir.
restore_and_read
(); \
gtest-extra.cc
73
std::string OutputRedirect::
restore_and_read
() {
function in class:OutputRedirect
gtest-extra-test.cc
388
EXPECT_EQ("censored", sanitize(redir.
restore_and_read
()));
389
EXPECT_EQ("", sanitize(redir.
restore_and_read
()));
406
EXPECT_SYSTEM_ERROR_NOASSERT(redir.
restore_and_read
(),
Completed in 1225 milliseconds