Searched refs:FormatCompilerIndependentFileLocation (Results 1 – 4 of 4) sorted by relevance
291 EXPECT_EQ("foo.cc:42", FormatCompilerIndependentFileLocation("foo.cc", 42)); in TEST()296 FormatCompilerIndependentFileLocation(NULL, 42)); in TEST()300 EXPECT_EQ("foo.cc", FormatCompilerIndependentFileLocation("foo.cc", -1)); in TEST()304 EXPECT_EQ("unknown file", FormatCompilerIndependentFileLocation(NULL, -1)); in TEST()
474 GTEST_API_ ::std::string FormatCompilerIndependentFileLocation( in FormatCompilerIndependentFileLocation() function
3288 const string location = internal::FormatCompilerIndependentFileLocation( in OutputXmlTestInfo()
1005 GTEST_API_ ::std::string FormatCompilerIndependentFileLocation(const char* file,