Home
last modified time | relevance | path

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

/external/skia/tests/
DRecordTestUtils.h39 template <typename DrawT> struct MatchType { struct
45 MatchType<DrawT> matcher; in count_instances_of_type() argument
/external/ImageMagick/Magick++/lib/Magick++/
DCoderInfo.h23 enum MatchType { enum
/external/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
/external/tensorflow/tensorflow/python/framework/
Dpython_api_dispatcher.h192 enum class MatchType { NO_MATCH, MATCH, MATCH_DISPATCHABLE }; enum
/external/licenseclassifier/v2/tools/identify_license/results/
Dresults.go31 MatchType string member
/external/cronet/net/third_party/quiche/src/quiche/quic/core/qpack/
Dqpack_header_table.h249 enum class MatchType { kNameAndValue, kName, kNoMatch }; enum
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DFileCheck.h105 enum MatchType { enum
/external/licenseclassifier/v2/
Dclassifier.go32 MatchType string member
/external/openthread/src/core/common/
Dstring.cpp46 enum MatchType : uint8_t enum
/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
DPhoneNumberUtil.java506 public enum MatchType { enum in PhoneNumberUtil
/external/libphonenumber/repackaged/libphonenumber/src/com/android/i18n/phonenumbers/
DPhoneNumberUtil.java529 public enum MatchType { enum in PhoneNumberUtil
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/
DCheckDisplayCollisions.java58 private static enum MatchType { enum in CheckDisplayCollisions
/external/perfetto/src/tracing/internal/
Dtrack_event_internal.cc109 enum class MatchType { kExact, kPattern }; enum
/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_api.cc314 enum MatchType { enum