Home
last modified time | relevance | path

Searched refs:CalculateRootLength (Results 1 – 2 of 2) sorted by relevance

/llvm-project/third-party/unittest/googletest/src/
H A Dgtest-filepath.cc155 size_t FilePath::CalculateRootLength() const { in CalculateRootLength() function in testing::internal::FilePath
296 size_t root_length = CalculateRootLength(); in IsRootDirectory()
302 bool FilePath::IsAbsolutePath() const { return CalculateRootLength() > 0; } in IsAbsolutePath()
/llvm-project/third-party/unittest/googletest/include/gtest/internal/
H A Dgtest-filepath.h215 size_t CalculateRootLength() const;