Home
last modified time | relevance | path

Searched defs:ends_with_str (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/benches/
H A Dpattern.rs35 fn ends_with_str(b: &mut Bencher) { in ends_with_str() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/benches/
H A Dpattern.rs35 fn ends_with_str(b: &mut Bencher) { in ends_with_str() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/benches/
H A Dpattern.rs35 fn ends_with_str(b: &mut Bencher) { in ends_with_str() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/benches/
H A Dpattern.rs35 fn ends_with_str(b: &mut Bencher) { in ends_with_str() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/benches/
H A Dpattern.rs35 fn ends_with_str(b: &mut Bencher) { in ends_with_str() function
/aosp_15_r20/external/rust/android-crates-io/crates/bstr/src/
Dext_slice.rs675 fn ends_with_str<B: AsRef<[u8]>>(&self, suffix: B) -> bool { in ends_with_str() method