Searched defs:Teddy (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/util/prefilter/ |
H A D | teddy.rs | 7 pub(crate) struct Teddy { struct 10 /// The actual Teddy searcher. argument 38 impl Teddy { argument 42 ) -> Option<Teddy> { in new() 83 impl PrefilterI for Teddy { implementation
|
H A D | mod.rs | 551 Teddy(Teddy), enumerator
|
/aosp_15_r20/external/rust/android-crates-io/crates/aho-corasick/src/packed/teddy/ |
D | runtime.rs | 75 pub struct Teddy { struct 88 /// type nor the Teddy runtime are public API items. argument 94 impl Teddy { implementation 436 teddy: &Teddy, in find_at() 486 teddy: &Teddy, in find_at() 536 teddy: &Teddy, in find_at() 587 teddy: &Teddy, in find_at() 649 teddy: &Teddy, in find_at() 713 teddy: &Teddy, in find_at() 780 teddy: &Teddy, in find_at() [all …]
|
D | mod.rs | 28 pub fn build(&self, _: &Patterns) -> Option<Teddy> { in build() 42 pub struct Teddy(()); struct 44 impl Teddy { impl
|
D | compile.rs | 49 pub fn build(&self, patterns: &Patterns) -> Option<Teddy> { in build() 75 fn build_imp(&self, patterns: &Patterns) -> Option<Teddy> { in build_imp()
|
D | README.md | 67 # Teddy chapter
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/aho-corasick-1.1.3/src/packed/teddy/ |
H A D | generic.rs | 728 struct Teddy<const BUCKETS: usize> { struct 735 /// actual patterns when using Teddy. argument 749 impl<const BUCKETS: usize> Teddy<BUCKETS> { argument 897 impl Teddy<8> { implementation 931 impl Teddy<16> { implementation
|
H A D | README.md | 67 # Teddy chapter
|
/aosp_15_r20/external/rust/android-crates-io/crates/aho-corasick/src/packed/ |
D | api.rs | 108 Teddy, enumerator 273 fn build_teddy(&self, patterns: &Patterns) -> Option<Teddy> { in build_teddy() 382 Teddy(Teddy), enumerator
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/aho-corasick-1.1.3/src/packed/ |
H A D | api.rs | 102 Teddy, enumerator 405 Teddy(teddy::Searcher), enumerator
|