Searched refs:GetOutputFormat (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/googletest/googletest/test/
H A Dgtest-options_test.cc67 // Testing UnitTestOptions::GetOutputFormat/GetOutputFile.
71 EXPECT_STREQ("", UnitTestOptions::GetOutputFormat().c_str());
74 TEST(XmlOutputTest, GetOutputFormat) {
76 EXPECT_STREQ("xml", UnitTestOptions::GetOutputFormat().c_str());
/gem5/ext/googletest/googletest/src/
H A Dgtest-internal-inl.h378 static std::string GetOutputFormat();
H A Dgtest.cc414 std::string UnitTestOptions::GetOutputFormat() { function in class:testing::internal::UnitTestOptions
453 GetOutputFormat().c_str()));
4401 const std::string& output_format = UnitTestOptions::GetOutputFormat();

Completed in 26 milliseconds