Home
last modified time | relevance | path

Searched refs:earliest_find (Results 1 - 1 of 1) sorted by relevance

/third_party/rust/crates/aho-corasick/src/
H A Dahocorasick.rs184 self.earliest_find(haystack).is_some() in is_match()
207 /// let mat = ac.earliest_find("abcd").expect("should have match");
211 pub fn earliest_find<B: AsRef<[u8]>>(&self, haystack: B) -> Option<Match> { in earliest_find() functions
227 /// [`earliest_find`](struct.AhoCorasick.html#method.earliest_find).

Completed in 3 milliseconds