Home
last modified time | relevance | path

Searched defs:Teddy (Results 1 – 5 of 5) sorted by relevance

/third_party/rust/crates/aho-corasick/src/packed/teddy/
Dmod.rs28 pub fn build(&self, _: &Patterns) -> Option<Teddy> { in build()
42 pub struct Teddy(()); struct
44 impl Teddy { implementation
Druntime.rs75 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 …]
DREADME.md67 # Teddy chapter
Dcompile.rs49 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/
Dapi.rs108 Teddy, enumerator
273 fn build_teddy(&self, patterns: &Patterns) -> Option<Teddy> { in build_teddy()
382 Teddy(Teddy), enumerator