Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/test/
Dgtest-port_test.cc291 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()
/ndk/sources/third_party/googletest/googletest/src/
Dgtest-port.cc474 GTEST_API_ ::std::string FormatCompilerIndependentFileLocation( in FormatCompilerIndependentFileLocation() function
Dgtest.cc3288 const string location = internal::FormatCompilerIndependentFileLocation( in OutputXmlTestInfo()
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
Dgtest-port.h1005 GTEST_API_ ::std::string FormatCompilerIndependentFileLocation(const char* file,