Searched defs:MatchKind (Results 1 – 9 of 9) sorted by relevance
875 pub fn match_kind(&self) -> &MatchKind { in match_kind()1031 fn match_kind(&self) -> &MatchKind { in match_kind()2044 pub enum MatchKind { enum2076 impl Default for MatchKind { implementation2082 impl MatchKind { impl2110 pub(crate) fn as_packed(&self) -> Option<packed::MatchKind> { in as_packed()
30 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()
87 fn match_kind(&self) -> &MatchKind; in match_kind()
220 fn match_kind(&self) -> &MatchKind { in match_kind()1035 fn match_kind(&self) -> MatchKind { in match_kind()
29 pub enum MatchKind { enum50 impl Default for MatchKind { implementation552 pub fn match_kind(&self) -> &MatchKind { in match_kind()
88 pub fn set_match_kind(&mut self, kind: MatchKind) { in set_match_kind()152 pub fn match_kind(&self) -> &MatchKind { in match_kind()
88 kind: MatchKind, in define_aho_corasick_dfa()
3134 RegKind MatchKind) { in tryParseVectorRegister()
127056 enum MatchKind { enum in mozilla::Preferences