Home
last modified time | relevance | path

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

/third_party/rust/crates/aho-corasick/src/
Dahocorasick.rs2103 pub(crate) fn is_leftmost_first(&self) -> bool { in is_leftmost_first() method
Dnfa.rs679 if self.builder.match_kind.is_leftmost_first() && saw_match { in build_trie()