Home
last modified time | relevance | path

Searched defs:match_kind (Results 1 - 7 of 7) sorted by relevance

/third_party/rust/crates/aho-corasick/src/
H A Dautomaton.rs87 fn match_kind(&self) -> &MatchKind; in match_kind() functions
H A Ddfa.rs30 pub fn match_kind(&self) -> &MatchKind { in match_kind() functions
155 fn match_kind(&self) -> &MatchKind { in match_kind() functions
214 fn match_kind(&self) -> &MatchKind { in match_kind() functions
275 fn match_kind(&self) -> &MatchKind { in match_kind() functions
342 fn match_kind(&self) -> &MatchKind { in match_kind() functions
[all...]
H A Dahocorasick.rs875 pub fn match_kind(&self) -> &MatchKind { match_kind() functions
1031 fn match_kind(&self) -> &MatchKind { match_kind() functions
1744 pub fn match_kind(&mut self, kind: MatchKind) -> &mut AhoCorasickBuilder { match_kind() functions
[all...]
H A Dnfa.rs220 fn match_kind(&self) -> &MatchKind { in match_kind() functions
571 pub fn match_kind(&mut self, kind: MatchKind) -> &mut Builder { in match_kind() functions
1035 fn match_kind(&self) -> MatchKind { match_kind() functions
[all...]
/third_party/rust/crates/aho-corasick/src/packed/
H A Dpattern.rs152 pub fn match_kind(&self) -> &MatchKind { in match_kind() functions
H A Dapi.rs139 pub fn match_kind(&mut self, kind: MatchKind) -> &mut Config { in match_kind() functions
552 pub fn match_kind(&self) -> &MatchKind { in match_kind() functions
/third_party/python/Tools/c-analyzer/c_common/
H A Dscriptutil.py399 def match_kind(kind, *, _excluded=excluded): function
402 def match_kind(kind, *, _included=included): function

Completed in 6 milliseconds