Home
last modified time | relevance | path

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

12

/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-string.h144 static bool EndsWithCaseInsensitive(
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/internal/
Dgtest-string.h144 static bool EndsWithCaseInsensitive(
/external/llvm-project/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-string.h144 static bool EndsWithCaseInsensitive(
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-string.h145 static bool EndsWithCaseInsensitive(
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-string.h145 static bool EndsWithCaseInsensitive(const std::string &str,
/external/googletest/googletest/include/gtest/internal/
Dgtest-string.h146 static bool EndsWithCaseInsensitive(
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-string.h266 bool EndsWithCaseInsensitive(const char* suffix) const;
/external/llvm-project/llvm/utils/unittest/googletest/src/
Dgtest-filepath.cc126 if (String::EndsWithCaseInsensitive(pathname_, dot_extension)) { in RemoveExtension()
Dgtest.cc1949 bool String::EndsWithCaseInsensitive( in EndsWithCaseInsensitive() function in testing::internal::String
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-filepath.cc124 if (String::EndsWithCaseInsensitive(pathname_, dot_extension)) { in RemoveExtension()
Dgtest.cc1994 bool String::EndsWithCaseInsensitive( in EndsWithCaseInsensitive() function in testing::internal::String
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest-filepath.cc122 if (String::EndsWithCaseInsensitive(pathname_, dot_extension)) { in RemoveExtension()
Dgtest.cc2052 bool String::EndsWithCaseInsensitive(const std::string &str, in EndsWithCaseInsensitive() function in testing::internal::String
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/
Dgtest-filepath.cc122 if (String::EndsWithCaseInsensitive(pathname_, dot_extension)) { in RemoveExtension()
Dgtest.cc1956 bool String::EndsWithCaseInsensitive( in EndsWithCaseInsensitive() function in testing::internal::String
/external/mesa3d/src/gtest/src/
Dgtest-filepath.cc122 if (String::EndsWithCaseInsensitive(pathname_, dot_extension)) { in RemoveExtension()
Dgtest.cc1955 bool String::EndsWithCaseInsensitive( in EndsWithCaseInsensitive() function in testing::internal::String
/external/llvm/utils/unittest/googletest/src/
Dgtest-filepath.cc118 if (pathname_.EndsWithCaseInsensitive(dot_extension.c_str())) { in RemoveExtension()
Dgtest.cc1679 bool String::EndsWithCaseInsensitive(const char* suffix) const { in EndsWithCaseInsensitive() function in testing::internal::String
/external/googletest/googletest/src/
Dgtest-filepath.cc123 if (String::EndsWithCaseInsensitive(pathname_, dot_extension)) { in RemoveExtension()
Dgtest.cc2121 bool String::EndsWithCaseInsensitive( in EndsWithCaseInsensitive() function in testing::internal::String
/external/googletest/googletest/test/
Dgtest_unittest.cc1074 TEST(StringTest, EndsWithCaseInsensitive) { in TEST() argument
1075 EXPECT_TRUE(String::EndsWithCaseInsensitive("foobar", "BAR")); in TEST()
1076 EXPECT_TRUE(String::EndsWithCaseInsensitive("foobaR", "bar")); in TEST()
1077 EXPECT_TRUE(String::EndsWithCaseInsensitive("foobar", "")); in TEST()
1078 EXPECT_TRUE(String::EndsWithCaseInsensitive("", "")); in TEST()
1080 EXPECT_FALSE(String::EndsWithCaseInsensitive("Foobar", "foo")); in TEST()
1081 EXPECT_FALSE(String::EndsWithCaseInsensitive("foobar", "Foo")); in TEST()
1082 EXPECT_FALSE(String::EndsWithCaseInsensitive("", "foo")); in TEST()
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/
Dgtest_unittest.cc1071 TEST(StringTest, EndsWithCaseInsensitive) { in TEST() argument
1072 EXPECT_TRUE(String::EndsWithCaseInsensitive("foobar", "BAR")); in TEST()
1073 EXPECT_TRUE(String::EndsWithCaseInsensitive("foobaR", "bar")); in TEST()
1074 EXPECT_TRUE(String::EndsWithCaseInsensitive("foobar", "")); in TEST()
1075 EXPECT_TRUE(String::EndsWithCaseInsensitive("", "")); in TEST()
1077 EXPECT_FALSE(String::EndsWithCaseInsensitive("Foobar", "foo")); in TEST()
1078 EXPECT_FALSE(String::EndsWithCaseInsensitive("foobar", "Foo")); in TEST()
1079 EXPECT_FALSE(String::EndsWithCaseInsensitive("", "foo")); in TEST()
/external/fmtlib/test/
Dgmock-gtest-all.cc3030 bool String::EndsWithCaseInsensitive(const std::string& str, in EndsWithCaseInsensitive() function in testing::internal::String
7804 if (String::EndsWithCaseInsensitive(pathname_, dot_extension)) { in RemoveExtension()
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/
Dgmock-gtest-all.cc3397 bool String::EndsWithCaseInsensitive( in EndsWithCaseInsensitive() function in testing::internal::String
8294 if (String::EndsWithCaseInsensitive(pathname_, dot_extension)) { in RemoveExtension()

12