Searched refs:BackwardsSOffset (Results 1 – 2 of 2) sorted by relevance
219 pub struct BackwardsSOffset<T>(SOffsetT, PhantomData<T>); struct220 impl<T> BackwardsSOffset<T> { impl227 impl<'a, T: Follow<'a>> Follow<'a> for BackwardsSOffset<T> { implementation237 impl<T> Push for BackwardsSOffset<T> { implementation
34 <BackwardsSOffset<VTable<'a>>>::follow(self.buf, self.loc) in vtable()