Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DNameMatches.h20 EndsWith, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringSwitch.h76 StringSwitch& EndsWith(StringLiteral S, T Value) { in EndsWith() function
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-function-mocker.h79 constexpr bool EndsWith(const char (&suffix)[N], const char (&str)[M]) { in EndsWith() function
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp4939 struct EndsWith : StringHolder { struct
4940 EndsWith( NSString* substr ) : StringHolder( substr ){} in EndsWith() function
4942 bool match( NSString* str ) const override { in match()
4947 std::string describe() const override { in describe()
4965 EndsWith( NSString* substr ){ return Impl::NSStringMatchers::EndsWith( substr ); } in EndsWith() function
11637 …StdString::EndsWithMatcher EndsWith( std::string const& str, CaseSensitive::Choice caseSensitivity… in EndsWith() function