/third_party/skia/third_party/externals/tint/src/ |
D | intrinsic_table.inl | 43 const sem::Type* Bool::Match(MatchState& state, const sem::Type* ty) const { function in Bool 70 const sem::Type* F32::Match(MatchState& state, const sem::Type* ty) const { function in F32 97 const sem::Type* I32::Match(MatchState& state, const sem::Type* ty) const { function in I32 124 const sem::Type* U32::Match(MatchState& state, const sem::Type* ty) const { function in U32 151 const sem::Type* Vec2::Match(MatchState& state, const sem::Type* ty) const { function in Vec2 184 const sem::Type* Vec3::Match(MatchState& state, const sem::Type* ty) const { function in Vec3 217 const sem::Type* Vec4::Match(MatchState& state, const sem::Type* ty) const { function in Vec4 250 const sem::Type* Vec::Match(MatchState& state, const sem::Type* ty) const { function in Vec 291 const sem::Type* Mat::Match(MatchState& state, const sem::Type* ty) const { function in Mat 338 const sem::Type* Ptr::Match(MatchState& state, const sem::Type* ty) const { function in Ptr [all …]
|
/third_party/rust/crates/aho-corasick/src/ |
D | lib.rs | 239 pub struct Match { struct 254 impl Match { argument 295 fn increment(&self, by: usize) -> Match { in increment() 300 fn from_span(id: usize, start: usize, end: usize) -> Match { in from_span()
|
D | automaton.rs | 143 ) -> Option<Match>; in get_match() 191 ) -> Option<Match> { in standard_find_at() 216 ) -> Option<Match> { in standard_find_at_imp() 276 ) -> Option<Match> { in leftmost_find_at() 301 ) -> Option<Match> { in leftmost_find_at_imp() 376 ) -> Option<Match> { in leftmost_find_at_no_state() 399 ) -> Option<Match> { in leftmost_find_at_no_state_imp() 482 ) -> Option<Match> { in overlapping_find_at() 518 ) -> Option<Match> { in earliest_find_at() 540 ) -> Option<Match> { in find_at() [all …]
|
D | ahocorasick.rs | 211 pub fn earliest_find<B: AsRef<[u8]>>(&self, haystack: B) -> Option<Match> { in earliest_find() 283 pub fn find<B: AsRef<[u8]>>(&self, haystack: B) -> Option<Match> { in find() 551 F: FnMut(&Match, &str, &mut String) -> bool, in replace_all_with() 617 F: FnMut(&Match, &[u8], &mut Vec<u8>) -> bool, in replace_all_with_bytes() 844 F: FnMut(&Match, &[u8], &mut W) -> io::Result<()>, in stream_replace_all_with() 1092 ) -> Option<Match> { in overlapping_find_at() 1118 ) -> Option<Match> { in earliest_find_at() 1135 ) -> Option<Match> { in find_at_no_state() 1177 fn next(&mut self) -> Option<Match> { in next() 1250 fn next(&mut self) -> Option<Match> { in next() [all …]
|
D | dfa.rs | 62 ) -> Option<Match> { in overlapping_find_at() 102 ) -> Option<Match> { in earliest_find_at() 125 ) -> Option<Match> { in find_at_no_state() 188 ) -> Option<Match> { in get_match() 247 ) -> Option<Match> { in get_match() 308 ) -> Option<Match> { in get_match() 375 ) -> Option<Match> { in get_match() 455 ) -> Option<Match> { in get_match()
|
/third_party/skia/src/core/ |
D | SkRecordOpts.cpp | 44 Match; in multiple_set_matrices() typedef 81 Match; typedef 154 Match; typedef 185 typedef Pattern<Is<SaveLayer>, IsDraw, Is<Restore>> Match; typedef 238 Is<Restore>, Is<Restore>, Is<Restore>> Match; typedef
|
/third_party/flutter/skia/src/core/ |
D | SkRecordOpts.cpp | 44 Match; in multiple_set_matrices() typedef 81 Match; typedef 154 Match; typedef 185 typedef Pattern<Is<SaveLayer>, IsDraw, Is<Restore>> Match; typedef 244 Is<Restore>, Is<Restore>, Is<Restore>> Match; typedef
|
/third_party/typescript/tests/baselines/reference/ |
D | narrowTypeByInstanceof.js | 2 class Match { class 30 function Match() { class in Match
|
/third_party/rust/crates/aho-corasick/src/packed/teddy/ |
D | runtime.rs | 108 ) -> Option<Match> { in find_at() 212 ) -> Option<Match> { in verify128() 244 ) -> Option<Match> { in verify256() 277 ) -> Option<Match> { in verify_fat256() 337 ) -> Option<Match> { in verify64() 364 ) -> Option<Match> { in verify_bucket() 376 ) -> Match { in verify_bucket() 439 ) -> Option<Match> { in find_at() 489 ) -> Option<Match> { in find_at() 539 ) -> Option<Match> { in find_at() [all …]
|
D | mod.rs | 50 ) -> Option<Match> { in find_at()
|
/third_party/benchmark/src/ |
D | re.h | 111 inline bool Regex::Match(const std::string& str) { in Match() function 148 inline bool Regex::Match(const std::string& str) { in Match() function
|
/third_party/rust/crates/serde/serde_derive/src/ |
D | fragment.rs | 52 pub struct Match(pub Fragment); struct 53 impl ToTokens for Match { implementation
|
/third_party/rust/crates/tracing/tracing-subscriber/src/filter/env/ |
D | field.rs | 17 pub(crate) struct Match { struct 19 pub(crate) value: Option<ValueMatch>, argument 150 impl Match { impl 180 impl fmt::Display for Match { implementation 190 impl Ord for Match { implementation 214 impl PartialOrd for Match { implementation
|
/third_party/json/test/thirdparty/Fuzzer/test/ |
D | SimpleDictionaryTest.cpp | 19 size_t Match = 0; in LLVMFuzzerTestOneInput() local
|
/third_party/rust/crates/aho-corasick/src/packed/ |
D | rabinkarp.rs | 100 ) -> Option<Match> { in find_at() 157 ) -> Option<Match> { in verify()
|
D | api.rs | 449 pub fn find<B: AsRef<[u8]>>(&self, haystack: B) -> Option<Match> { in find() 486 ) -> Option<Match> { in find_at() 584 fn slow_at(&self, haystack: &[u8], at: usize) -> Option<Match> { in slow_at() 613 fn next(&mut self) -> Option<Match> { in next()
|
/third_party/typescript/tests/cases/compiler/ |
D | narrowTypeByInstanceof.ts | 1 class Match { class
|
/third_party/mesa3d/src/util/tests/ |
D | mesa-sha1_test.cpp | 45 TEST_P(MesaSHA1TestFixture, Match) in TEST_P() argument
|
/third_party/libphonenumber/cpp/src/phonenumbers/ |
D | regex_based_matcher.cc | 51 bool RegexBasedMatcher::Match( in Match() function in i18n::phonenumbers::RegexBasedMatcher
|
/third_party/flutter/skia/experimental/svg/model/ |
D | SkPEG.h | 57 static MatchT Match(const char* in) { in Match() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | LegalityPredicates.cpp | 47 std::pair<LLT, LLT> Match = {Query.Types[TypeIdx0], Query.Types[TypeIdx1]}; in typePairInSet() local 57 TypePairAndMemDesc Match = {Query.Types[TypeIdx0], Query.Types[TypeIdx1], in typePairAndMemDescInSet() local
|
/third_party/flutter/skia/tests/ |
D | SkPEGTest.cpp | 22 static MatchT Match(const char* in) { in Match() function 35 static MatchT Match(const char* in) { in Match() function
|
/third_party/rust/crates/regex/src/ |
D | re_bytes.rs | 21 pub struct Match<'t> { struct 27 impl<'t> Match<'t> { implementation
|
D | re_unicode.rs | 29 pub struct Match<'t> { struct 35 impl<'t> Match<'t> { impl
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
D | char_map_test.cc | 141 TEST(CharmapCtype, Match) { in TEST() argument
|