Searched defs:ends_with_str (Results 1 – 6 of 6) sorted by relevance
35 fn ends_with_str(b: &mut Bencher) { in ends_with_str() function
675 fn ends_with_str<B: AsRef<[u8]>>(&self, suffix: B) -> bool { in ends_with_str() method