Searched defs:IsAbsolutePath (Results 1 – 7 of 7) sorted by relevance
258 bool FilePath::IsAbsolutePath() const { in IsAbsolutePath() function in testing::internal::FilePath
242 bool IsAbsolutePath(const wchar_t *s) throw() in IsAbsolutePath() function369 bool IsAbsolutePath(const wchar_t *s) throw() { return IS_SEPAR(s[0]); } in IsAbsolutePath() function
301 bool FilePath::IsAbsolutePath() const { return CalculateRootLength() > 0; } in IsAbsolutePath() function in testing::internal::FilePath
298 bool FilePath::IsAbsolutePath() const { in IsAbsolutePath() function in testing::internal::FilePath
620 TEST(FilePathTest, IsAbsolutePath) { in TEST() argument
854 bool IsAbsolutePath(const std::string& path) { in IsAbsolutePath() function
10130 bool FilePath::IsAbsolutePath() const { in IsAbsolutePath() function in testing::internal::FilePath