Home
last modified time | relevance | path

Searched refs:is_suffix_of (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/rayon/src/
Dstr.rs287 fn is_suffix_of(&self, haystack: &str) -> bool; in is_suffix_of() method
320 fn is_suffix_of(&self, chars: &str) -> bool { in is_suffix_of() method
361 fn is_suffix_of(&self, chars: &str) -> bool { in is_suffix_of() method
664 skip_last: chars.is_empty() || terminator.is_suffix_of(chars), in new()