Home
last modified time | relevance | path

Searched defs:Match (Results 1 – 25 of 84) sorted by relevance

1234

/third_party/skia/third_party/externals/tint/src/
Dintrinsic_table.inl43 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/
Dlib.rs239 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()
Dautomaton.rs143 ) -> 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 …]
Dahocorasick.rs211 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 …]
Ddfa.rs62 ) -> 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/
DSkRecordOpts.cpp44 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/
DSkRecordOpts.cpp44 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/
DnarrowTypeByInstanceof.js2 class Match { class
30 function Match() { class in Match
/third_party/rust/crates/aho-corasick/src/packed/teddy/
Druntime.rs108 ) -> 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 …]
Dmod.rs50 ) -> Option<Match> { in find_at()
/third_party/benchmark/src/
Dre.h111 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/
Dfragment.rs52 pub struct Match(pub Fragment); struct
53 impl ToTokens for Match { implementation
/third_party/rust/crates/tracing/tracing-subscriber/src/filter/env/
Dfield.rs17 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/
DSimpleDictionaryTest.cpp19 size_t Match = 0; in LLVMFuzzerTestOneInput() local
/third_party/rust/crates/aho-corasick/src/packed/
Drabinkarp.rs100 ) -> Option<Match> { in find_at()
157 ) -> Option<Match> { in verify()
Dapi.rs449 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/
DnarrowTypeByInstanceof.ts1 class Match { class
/third_party/mesa3d/src/util/tests/
Dmesa-sha1_test.cpp45 TEST_P(MesaSHA1TestFixture, Match) in TEST_P() argument
/third_party/libphonenumber/cpp/src/phonenumbers/
Dregex_based_matcher.cc51 bool RegexBasedMatcher::Match( in Match() function in i18n::phonenumbers::RegexBasedMatcher
/third_party/flutter/skia/experimental/svg/model/
DSkPEG.h57 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/
DLegalityPredicates.cpp47 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/
DSkPEGTest.cpp22 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/
Dre_bytes.rs21 pub struct Match<'t> { struct
27 impl<'t> Match<'t> { implementation
Dre_unicode.rs29 pub struct Match<'t> { struct
35 impl<'t> Match<'t> { impl
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dchar_map_test.cc141 TEST(CharmapCtype, Match) { in TEST() argument

1234