Home
last modified time | relevance | path

Searched defs:MatchKind (Results 1 – 9 of 9) sorted by relevance

/external/rust/crates/aho-corasick/src/
Dahocorasick.rs875 pub fn match_kind(&self) -> &MatchKind { in match_kind()
1031 fn match_kind(&self) -> &MatchKind { in match_kind()
2044 pub enum MatchKind { enum
2076 impl Default for MatchKind { implementation
2082 impl MatchKind { impl
2110 pub(crate) fn as_packed(&self) -> Option<packed::MatchKind> { in as_packed()
Ddfa.rs30 pub fn match_kind(&self) -> &MatchKind { in match_kind()
155 fn match_kind(&self) -> &MatchKind { in match_kind()
214 fn match_kind(&self) -> &MatchKind { in match_kind()
275 fn match_kind(&self) -> &MatchKind { in match_kind()
342 fn match_kind(&self) -> &MatchKind { in match_kind()
Dautomaton.rs87 fn match_kind(&self) -> &MatchKind; in match_kind()
Dnfa.rs220 fn match_kind(&self) -> &MatchKind { in match_kind()
1035 fn match_kind(&self) -> MatchKind { in match_kind()
/external/rust/crates/aho-corasick/src/packed/
Dapi.rs29 pub enum MatchKind { enum
50 impl Default for MatchKind { implementation
552 pub fn match_kind(&self) -> &MatchKind { in match_kind()
Dpattern.rs88 pub fn set_match_kind(&mut self, kind: MatchKind) { in set_match_kind()
152 pub fn match_kind(&self) -> &MatchKind { in match_kind()
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dprog.h192 enum MatchKind { enum
/external/clang/include/clang/Analysis/Analyses/
DFormatString.h241 enum MatchKind { NoMatch = 0, Match = 1, NoMatchPedantic }; enum
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp3134 RegKind MatchKind) { in tryParseVectorRegister()