Home
last modified time | relevance | path

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

/external/rust/crates/aho-corasick/src/
Ddfa.rs30 pub fn match_kind(&self) -> &MatchKind { in match_kind() method
155 fn match_kind(&self) -> &MatchKind { in match_kind() method
214 fn match_kind(&self) -> &MatchKind { in match_kind() method
275 fn match_kind(&self) -> &MatchKind { in match_kind() method
342 fn match_kind(&self) -> &MatchKind { in match_kind() method
400 match_kind: MatchKind, field
Dahocorasick.rs88 match_kind: MatchKind, field
875 pub fn match_kind(&self) -> &MatchKind { in match_kind() method
1043 fn match_kind(&self) -> &MatchKind { in match_kind() method
1629 let match_kind = nfa.match_kind().clone(); in build_with_size() localVariable
1761 pub fn match_kind(&mut self, kind: MatchKind) -> &mut AhoCorasickBuilder { in match_kind() method
Dnfa.rs49 match_kind: MatchKind, field
220 fn match_kind(&self) -> &MatchKind { in match_kind() method
551 match_kind: MatchKind, field
582 pub fn match_kind(&mut self, kind: MatchKind) -> &mut Builder { in match_kind() method
1198 fn match_kind(&self) -> MatchKind { in match_kind() method
Dautomaton.rs87 fn match_kind(&self) -> &MatchKind; in match_kind() method
/external/rust/crates/aho-corasick/src/packed/
Dapi.rs139 pub fn match_kind(&mut self, kind: MatchKind) -> &mut Config { in match_kind() method
559 pub fn match_kind(&self) -> &MatchKind { in match_kind() method
Dpattern.rs152 pub fn match_kind(&self) -> &MatchKind { in match_kind() method