Home
last modified time | relevance | path

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

/external/rust/crates/aho-corasick/src/
Dahocorasick.rs875 pub fn match_kind(&self) -> &MatchKind { in match_kind()
1043 fn match_kind(&self) -> &MatchKind { in match_kind()
2050 pub enum MatchKind { enum
2082 impl Default for MatchKind { implementation
2088 impl MatchKind { impl
2116 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()
1198 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
559 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/llvm-project/llvm/lib/Frontend/OpenMP/
DOMPContext.cpp144 enum MatchKind { MK_ALL, MK_ANY, MK_NONE }; in isVariantApplicableInContextHelper() enum
/external/clang/include/clang/Analysis/Analyses/
DFormatString.h241 enum MatchKind { NoMatch = 0, Match = 1, NoMatchPedantic }; enum
/external/llvm-project/clang/include/clang/AST/
DFormatString.h255 enum MatchKind { enum
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp3134 RegKind MatchKind) { in tryParseVectorRegister()
/external/llvm-project/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp3189 RegKind MatchKind) { in tryParseVectorRegister()