Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/googletest/googletest/test/
Dgoogletest-options-test.cc65 EXPECT_STREQ("", UnitTestOptions::GetOutputFormat().c_str()); in TEST()
68 TEST(XmlOutputTest, GetOutputFormat) { in TEST() argument
70 EXPECT_STREQ("xml", UnitTestOptions::GetOutputFormat().c_str()); in TEST()
/device/generic/vulkan-cereal/third-party/googletest/googletest/src/
Dgtest-internal-inl.h371 static std::string GetOutputFormat();
Dgtest.cc634 std::string UnitTestOptions::GetOutputFormat() { in GetOutputFormat() function in testing::internal::UnitTestOptions
650 std::string format = GetOutputFormat(); in GetAbsolutePathToOutputFile()
673 GetOutputFormat().c_str())); in GetAbsolutePathToOutputFile()
5655 const std::string& output_format = UnitTestOptions::GetOutputFormat(); in ConfigureXmlOutput()
6221 const std::string& output_format = UnitTestOptions::GetOutputFormat(); in ListTestsMatchingFilter()