Searched defs:MatchType (Results 1 – 5 of 5) sorted by relevance
39 template <typename DrawT> struct MatchType { struct45 MatchType<DrawT> matcher; in count_instances_of_type() argument
1324 fn choose_match_type(&self, hint: Option<MatchType>) -> MatchType { in choose_match_type()1344 fn choose_literal_match_type(&self) -> Option<MatchType> { in choose_literal_match_type()1346 fn imp(_: &ExecReadOnly) -> Option<MatchType> { in choose_literal_match_type()1351 fn imp(ro: &ExecReadOnly) -> Option<MatchType> { in choose_literal_match_type()1395 fn choose_dfa_match_type(&self) -> Option<MatchType> { in choose_dfa_match_type()1397 fn imp(_: &ExecReadOnly) -> Option<MatchType> { in choose_dfa_match_type()1402 fn imp(ro: &ExecReadOnly) -> Option<MatchType> { in choose_dfa_match_type()1462 enum MatchType { enum
105 enum MatchType { enum
130 enum MatchType { enum
506 public enum MatchType { enum in PhoneNumberUtil