Home
last modified time | relevance | path

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

/third_party/rust/crates/aho-corasick/src/
H A Dautomaton.rs270 fn leftmost_find_at( in leftmost_find_at() functions
291 // is leftmost_find_at, and the inlining should remove the case analysis
353 /// This is like leftmost_find_at, but does not need to track a caller
361 /// necessary in leftmost_find_at because tracing through the automaton is
546 self.leftmost_find_at(prestate, haystack, at, state_id) in find_at()

Completed in 1 milliseconds