Home
last modified time | relevance | path

Searched defs:MatchType (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/tests/
DRecordTestUtils.h39 template <typename DrawT> struct MatchType { struct
45 MatchType<DrawT> matcher; in count_instances_of_type() argument
/third_party/rust/crates/regex/src/
Dexec.rs1324 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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DFileCheck.h105 enum MatchType { enum
/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonenumberutil.h130 enum MatchType { enum
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
DPhoneNumberUtil.java506 public enum MatchType { enum in PhoneNumberUtil