Searched defs:Teddy (Results 1 – 5 of 5) sorted by relevance
/third_party/rust/crates/aho-corasick/src/packed/teddy/ |
D | mod.rs | 28 pub fn build(&self, _: &Patterns) -> Option<Teddy> { in build() 42 pub struct Teddy(()); struct 44 impl Teddy { implementation
|
D | runtime.rs | 75 pub struct Teddy { struct 88 /// type nor the Teddy runtime are public API items. argument 94 impl Teddy { impl 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 | README.md | 67 # Teddy chapter
|
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()
|
/third_party/rust/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
|