Home
last modified time | relevance | path

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

1234567

/external/libtextclassifier/native/utils/container/
Dstring-set.h28 struct Match { struct
29 Match() {} in Match() argument
30 Match(int id, int match_length) : id(id), match_length(match_length) {} in Match() function
39 std::vector<Match>* matches) const = 0; argument
/external/tflite-support/tensorflow_lite_support/custom_ops/kernel/sentencepiece/
Ddouble_array_trie.h41 struct Match { struct
42 Match() {} in Match() function
43 Match(int id, int match_length) : id(id), match_length(match_length) {} in Match() argument
47 bool operator==(const Match& m) const { argument
/external/rust/crates/aho-corasick/src/
Dlib.rs239 pub struct Match { struct
254 impl Match { argument
289 fn increment(&self, by: usize) -> Match { in increment()
294 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()
1252 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()
/external/python/setuptools/setuptools/_vendor/tomli/
D_re.py52 def match_to_datetime(match: re.Match) -> datetime | date:
98 def match_to_localtime(match: re.Match) -> time:
104 def match_to_number(match: re.Match, parse_float: ParseFloat) -> Any:
/external/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
/external/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 …]
/external/hamcrest/hamcrest-core/src/test/java/org/hamcrest/
DFeatureMatcherTest.java36 public static class Match extends IsEqual<String> { class in FeatureMatcherTest
37 public Match(String equalArg) { super(equalArg); } in Match() method in FeatureMatcherTest.Match
/external/google-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
/external/libcxx/utils/google-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
/external/rust/crates/serde_derive/src/
Dfragment.rs52 pub struct Match(pub Fragment); struct
53 impl ToTokens for Match { implementation
/external/clang/unittests/Tooling/
DTestVisitor.h123 void DisallowMatch(Twine Match, unsigned Line, unsigned Column) { in DisallowMatch()
131 void ExpectMatch(Twine Match, unsigned Line, unsigned Column) { in ExpectMatch()
149 void Match(StringRef Name, SourceLocation Location) { in Match() function
/external/icu/android_icu4j/libcore_bridge/src/java/com/android/icu/text/
DExtendedTimeZoneNames.java63 public static final class Match { class in ExtendedTimeZoneNames
69 private Match(int matchLength, @NonNull String tzId, boolean isDst) { in Match() method in ExtendedTimeZoneNames.Match
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dset.cc105 bool RE2::Set::Match(const StringPiece& text, std::vector<int>* v) const { in Match() function in re2::RE2::Set
109 bool RE2::Set::Match(const StringPiece& text, std::vector<int>* v, in Match() function in re2::RE2::Set
/external/nist-sip/java/gov/nist/core/
DMatch.java38 public interface Match { interface
/external/rust/crates/regex-automata/tests/
Dcollection.rs74 pub struct Match { struct
75 pub start: usize,
76 pub end: usize,
417 impl fmt::Display for Match { implementation
423 impl fmt::Debug for Match { implementation
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DLexer.cs208 public virtual void Match(string s) { in Match() method in Antlr.Runtime.Lexer
230 public virtual void Match(int c) { in Match() method in Antlr.Runtime.Lexer
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
DSlimLexer.cs266 public void Match( string s ) in Match() method in Antlr.Runtime.SlimLexer
293 public void Match( int c ) in Match() method in Antlr.Runtime.SlimLexer
/external/rust/crates/aho-corasick/src/packed/
Drabinkarp.rs100 ) -> Option<Match> { in find_at()
157 ) -> Option<Match> { in verify()
Dapi.rs456 pub fn find<B: AsRef<[u8]>>(&self, haystack: B) -> Option<Match> { in find()
493 ) -> Option<Match> { in find_at()
591 fn slow_at(&self, haystack: &[u8], at: usize) -> Option<Match> { in slow_at()
620 fn next(&mut self) -> Option<Match> { in next()
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
DLexer.cs258 public virtual void Match( string s ) in Match() method in Antlr.Runtime.Lexer
285 public virtual void Match( int c ) in Match() method in Antlr.Runtime.Lexer
/external/llvm/lib/Fuzzer/test/
DSimpleDictionaryTest.cpp19 size_t Match = 0; in LLVMFuzzerTestOneInput() local
/external/clang/lib/Sema/
DSemaCUDA.cpp156 auto GetCFP = [&](const T &Match) { in EraseUnwantedCUDAMatchesImpl()
168 [&](const T &Match) { return GetCFP(Match) < BestCFP; }), in EraseUnwantedCUDAMatchesImpl()
469 NamedDecl *Match = *It; in maybeAddCUDAHostDeviceAttrs() local

1234567