Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Common/
Dtemplate.h48 template <typename A> struct MatchType { struct
57 constexpr int TypeIndex{SearchTypeList<MatchType<A>::template Match, TYPES...>}; argument
/external/skqp/tests/
DRecordTestUtils.h39 template <typename DrawT> struct MatchType { struct
45 MatchType<DrawT> matcher; in count_instances_of_type() argument
/external/skia/tests/
DRecordTestUtils.h39 template <typename DrawT> struct MatchType { struct
45 MatchType<DrawT> matcher; in count_instances_of_type() argument
/external/llvm-project/lldb/include/lldb/Core/
DAddressResolver.h35 enum MatchType { Exact, Regexp, Glob }; enum
/external/ImageMagick/Magick++/lib/Magick++/
DCoderInfo.h23 enum MatchType { enum
/external/rust/crates/regex/src/
Dexec.rs1327 fn choose_match_type(&self, hint: Option<MatchType>) -> MatchType { in choose_match_type()
1347 fn choose_literal_match_type(&self) -> Option<MatchType> { in choose_literal_match_type()
1349 fn imp(_: &ExecReadOnly) -> Option<MatchType> { in choose_literal_match_type()
1354 fn imp(ro: &ExecReadOnly) -> Option<MatchType> { in choose_literal_match_type()
1398 fn choose_dfa_match_type(&self) -> Option<MatchType> { in choose_dfa_match_type()
1400 fn imp(_: &ExecReadOnly) -> Option<MatchType> { in choose_dfa_match_type()
1405 fn imp(ro: &ExecReadOnly) -> Option<MatchType> { in choose_dfa_match_type()
1465 enum MatchType { enum
/external/llvm-project/lldb/include/lldb/Breakpoint/
DBreakpoint.h86 enum MatchType { Exact, Regexp, Glob }; enum
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DFileCheck.h105 enum MatchType { enum
/external/llvm-project/llvm/include/llvm/FileCheck/
DFileCheck.h106 enum MatchType { enum
/external/perfetto/src/tracing/internal/
Dtrack_event_internal.cc65 enum class MatchType { kExact, kPattern }; enum
/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
DPhoneNumberUtil.java436 public enum MatchType { enum in PhoneNumberUtil
/external/libphonenumber/repackaged/libphonenumber/src/com/android/i18n/phonenumbers/
DPhoneNumberUtil.java459 public enum MatchType { enum in PhoneNumberUtil
/external/cldr/tools/java/org/unicode/cldr/test/
DCheckDisplayCollisions.java58 private static enum MatchType { enum in CheckDisplayCollisions
/external/llvm-project/clang/lib/ASTMatchers/
DASTMatchFinder.cpp46 enum class MatchType { enum
/external/llvm-project/lldb/include/lldb/
Dlldb-enumerations.h1008 enum MatchType { eMatchTypeNormal, eMatchTypeRegex, eMatchTypeStartsWith }; enum
/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_api.cc333 enum MatchType { enum