Searched refs:FormatDeathTestOutput (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gtest/src/
H A Dgtest-death-test.cc504 static ::std::string FormatDeathTestOutput(const ::std::string& output) { function in namespace:testing::internal
554 << " Error msg:\n" << FormatDeathTestOutput(error_message);
558 << " Error msg:\n" << FormatDeathTestOutput(error_message);
562 << " Error msg:\n" << FormatDeathTestOutput(error_message);
572 << "Actual msg:\n" << FormatDeathTestOutput(error_message);
577 << "Actual msg:\n" << FormatDeathTestOutput(error_message);
/xsrc/external/mit/MesaLib/dist/src/gtest/src/
H A Dgtest-death-test.cc533 static ::std::string FormatDeathTestOutput(const ::std::string& output) { function in namespace:testing::internal
582 << " Error msg:\n" << FormatDeathTestOutput(error_message);
586 << " Error msg:\n" << FormatDeathTestOutput(error_message);
590 << " Error msg:\n" << FormatDeathTestOutput(error_message);
602 << FormatDeathTestOutput(error_message);
607 << "Actual msg:\n" << FormatDeathTestOutput(error_message);

Completed in 8 milliseconds