Searched defs:ends_with (Results 1 – 11 of 11) sorted by relevance
10 pub(crate) fn ends_with(&self, suffix: &str) -> bool { in ends_with() method
108 bool ends_with(string_ref x) const { in ends_with() function
106 bool ends_with(string_ref x) const { in ends_with() function
156 bool ends_with(const StringPiece& x) const { in ends_with() function
304 constexpr bool ends_with(BasicStringPiece x) const noexcept { in ends_with() function
330 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