Home
last modified time | relevance | path

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

/third_party/python/Tools/c-analyzer/c_parser/
D__init__.py7 match_kind=None, argument
18 match_kind=None, argument
29 def _parse_file(filename, match_kind, get_file_preprocessor, maxsizes): argument
/third_party/python/Tools/c-analyzer/cpython/
D_parser.py330 match_kind=None, argument
347 match_kind=None, argument
/third_party/rust/crates/aho-corasick/aho-corasick-debug/
Dmain.rs46 match_kind: MatchKind, field
96 let match_kind = match parsed.value_of("kind").unwrap() { in parse() localVariable
/third_party/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
1031 fn match_kind(&self) -> &MatchKind { in match_kind() method
1612 let match_kind = nfa.match_kind().clone(); in build_with_size() localVariable
1744 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
540 match_kind: MatchKind, field
571 pub fn match_kind(&mut self, kind: MatchKind) -> &mut Builder { in match_kind() method
1035 fn match_kind(&self) -> MatchKind { in match_kind() method
Dautomaton.rs87 fn match_kind(&self) -> &MatchKind; in match_kind() method
/third_party/python/Tools/c-analyzer/c_parser/preprocessor/
D__main__.py62 match_kind=None, argument
/third_party/rust/crates/aho-corasick/src/packed/
Dapi.rs139 pub fn match_kind(&mut self, kind: MatchKind) -> &mut Config { in match_kind() method
552 pub fn match_kind(&self) -> &MatchKind { in match_kind() method
Dpattern.rs152 pub fn match_kind(&self) -> &MatchKind { in match_kind() method
/third_party/python/Tools/c-analyzer/c_common/
Dscriptutil.py399 def match_kind(kind, *, _excluded=excluded): function
402 def match_kind(kind, *, _included=included): function