Home
last modified time | relevance | path

Searched defs:EndsWith (Results 1 – 6 of 6) sorted by relevance

/llvm-project/lldb/include/lldb/Utility/
H A DNameMatches.h20 EndsWith, enumerator
/llvm-project/lldb/unittests/Utility/
H A DNameMatchesTest.cpp41 TEST(NameMatchesTest, EndsWith) { in TEST() argument
/llvm-project/llvm/unittests/ADT/
H A DStringSwitchTest.cpp115 TEST(StringSwitchTest, EndsWith) { in TEST() argument
H A DStringRefTest.cpp419 TEST(StringRefTest,EndsWith) TEST() argument
/llvm-project/llvm/include/llvm/ADT/
H A DStringSwitch.h76 StringSwitch& EndsWith(StringLiteral S, T Value) { in EndsWith() function
/llvm-project/third-party/unittest/googlemock/include/gmock/
H A Dgmock-function-mocker.h78 constexpr bool EndsWith(const char (&suffix)[N], const char (&str)[M]) { in EndsWith() function