Searched refs:impl_dispatch (Results 1 – 1 of 1) sorted by relevance
713 macro_rules! impl_dispatch { macro767 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()[all …]