Searched defs:MatchType (Results 1 – 6 of 6) sorted by relevance
35 enum MatchType { Exact, Regexp, Glob }; enum
88 enum MatchType { Exact, Regexp, Glob }; enum
130 enum MatchType { enum
486 enum MatchType : bool { CompatibleMatch, ExactMatch }; enum
49 enum class MatchType { enum
1107 enum MatchType { eMatchTypeNormal, eMatchTypeRegex, eMatchTypeStartsWith }; global() enum