Home
last modified time | relevance | path

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

/third_party/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()
/third_party/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()
/third_party/rust/crates/aho-corasick/bench/src/
Dbench.rs88 kind: MatchKind, in define_aho_corasick_dfa()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp3134 RegKind MatchKind) { in tryParseVectorRegister()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp127056 enum MatchKind { enum in mozilla::Preferences