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

/gem5/ext/googletest/googletest/test/
H A Dgtest-port_test.cc289 // Verifies behavior of FormatCompilerIndependentFileLocation.
291 EXPECT_EQ("foo.cc:42", FormatCompilerIndependentFileLocation("foo.cc", 42));
296 FormatCompilerIndependentFileLocation(NULL, 42));
300 EXPECT_EQ("foo.cc", FormatCompilerIndependentFileLocation("foo.cc", -1));
304 EXPECT_EQ("unknown file", FormatCompilerIndependentFileLocation(NULL, -1));
/gem5/ext/googletest/googletest/src/
H A Dgtest-port.cc896 // Note that FormatCompilerIndependentFileLocation() does NOT append colon
898 GTEST_API_ ::std::string FormatCompilerIndependentFileLocation( function in namespace:testing::internal
H A Dgtest.cc3656 const string location = internal::FormatCompilerIndependentFileLocation(
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1235 GTEST_API_ ::std::string FormatCompilerIndependentFileLocation(const char* file,

Completed in 23 milliseconds