Searched defs:ends_with (Results 1 – 10 of 10) sorted by relevance
29 bool ends_with(const std::string& one, const std::string& two) { in ends_with() function
106 bool ends_with(string_ref x) const { in ends_with() function
108 bool ends_with(const char *s1, const char *s2) { in ends_with() function
304 constexpr bool ends_with(BasicStringPiece x) const noexcept { in ends_with() function
335 bool ends_with(StringPiece x) const { in ends_with() function
518 class ends_with(aetools.NComparison): class
650 class ends_with(aetools.NComparison): class
385 def ends_with(self, _object, _attributes={}, **_arguments): member in AppleScript_Suite_Events
2429 bool ends_with(const char* input, const char* suffix) { in ends_with() function