Lines Matching defs:Inner
76 type Inner = Self; typedef
78 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow()
142 type Inner = &'a NestedStruct; typedef
144 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow()
149 type Inner = &'a NestedStruct; typedef
151 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow()
308 type Inner = &'a ArrayStruct; typedef
310 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow()
315 type Inner = &'a ArrayStruct; typedef
317 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow()
513 type Inner = ArrayTable<'a>; typedef
515 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow()