Home
last modified time | relevance | path

Searched refs:FormatCompilerIndependentFileLocation (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-port-test.cc268 EXPECT_EQ("foo.cc:42", FormatCompilerIndependentFileLocation("foo.cc", 42)); in TEST()
273 FormatCompilerIndependentFileLocation(nullptr, 42)); in TEST()
277 EXPECT_EQ("foo.cc", FormatCompilerIndependentFileLocation("foo.cc", -1)); in TEST()
281 EXPECT_EQ("unknown file", FormatCompilerIndependentFileLocation(nullptr, -1)); in TEST()
/freebsd/contrib/googletest/googletest/src/
H A Dgtest-port.cc995 GTEST_API_ ::std::string FormatCompilerIndependentFileLocation(const char* file, in FormatCompilerIndependentFileLocation() function
H A Dgtest.cc4280 internal::FormatCompilerIndependentFileLocation(part.file_name(), in OutputXmlTestResult()
4293 internal::FormatCompilerIndependentFileLocation(part.file_name(), in OutputXmlTestResult()
4739 internal::FormatCompilerIndependentFileLocation(part.file_name(), in OutputJsonTestResult()
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1021 GTEST_API_ ::std::string FormatCompilerIndependentFileLocation(const char* file,