Lines Matching refs:impl_dispatch
713 macro_rules! impl_dispatch { macro
767 impl_dispatch!(self, into_store()) in into_store()
776 impl_dispatch!(self, convert_store().into_zerotrie()) in convert_store()
789 impl_dispatch!(&self, get(key)) in get()
793 impl_dispatch!(&self, is_empty()) in is_empty()
799 impl_dispatch!(&self, byte_len()) in byte_len()
810 impl_dispatch!(&self, to_btreemap_bytes()) in to_btreemap()
821 impl_dispatch!(&self, to_litemap_bytes()) in to_litemap()
862 let inner = impl_dispatch!(&self, bake(env)); in bake()
873 impl_dispatch!(&self, borrows_size()) in borrows_size()
884 impl_dispatch!(&other, ZeroFrom::zero_from()) in zero_from()