Home
last modified time | relevance | path

Searched refs:EndsWithCaseInsensitive (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-string.h149 static bool EndsWithCaseInsensitive(
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest-filepath.cc122 if (String::EndsWithCaseInsensitive(pathname_, dot_extension)) { in RemoveExtension()
H A Dgtest.cc1955 bool String::EndsWithCaseInsensitive( in EndsWithCaseInsensitive() function in testing::internal::String