Searched defs:specialize (Results 1 – 11 of 11) sorted by relevance
168 pub fn specialize(&self) -> FooChild { in specialize() method
161 pub fn specialize(&self) -> FooChild { in specialize() method
287 pub fn specialize(&self) -> ParentChild { in specialize() method474 pub fn specialize(&self) -> ChildChild { in specialize() method672 pub fn specialize(&self) -> GrandChildChild { in specialize() method882 pub fn specialize(&self) -> GrandGrandChildChild { in specialize() method
194 pub fn specialize(&self) -> FooChild { in specialize() method
271 pub fn specialize(&self) -> FooChild { in specialize() method
534 let specialize = has_children_or_payload.then(|| { in generate_packet_decl() localVariable