Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/aho-corasick/src/
Dahocorasick.rs491 self.replace_all_with_bytes(haystack, &mut dst, |mat, _, dst| { in replace_all_bytes()
611 pub fn replace_all_with_bytes<F>( in replace_all_with_bytes() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/aho-corasick-1.1.3/src/
H A Dahocorasick.rs834 pub fn replace_all_with_bytes<F>( in replace_all_with_bytes() method