Searched refs:FollowStart (Results 1 – 3 of 3) sorted by relevance
45 pub struct FollowStart<T>(PhantomData<T>); struct46 impl<'a, T: Follow<'a> + 'a> FollowStart<T> { implementation56 impl<'a, T: Follow<'a>> Follow<'a> for FollowStart<T> { implementation
45 pub use follow::{Follow, FollowStart};
1503 let fs: flatbuffers::FollowStart<$ty> = flatbuffers::FollowStart::new();1863 let fs: flatbuffers::FollowStart<u8> = flatbuffers::FollowStart::new(); in to_u8()1870 let fs: flatbuffers::FollowStart<u16> = flatbuffers::FollowStart::new(); in to_u16()1877 let fs: flatbuffers::FollowStart<f32> = flatbuffers::FollowStart::new(); in to_f32()1884 let off: flatbuffers::FollowStart<&str> = flatbuffers::FollowStart::new(); in to_string()1891 … let off: flatbuffers::FollowStart<flatbuffers::Vector<u8>> = flatbuffers::FollowStart::new(); in to_byte_slice()1898 … let off: flatbuffers::FollowStart<flatbuffers::Vector<u8>> = flatbuffers::FollowStart::new(); in to_byte_vector()1905 … let off: flatbuffers::FollowStart<flatbuffers::Vector<u8>> = flatbuffers::FollowStart::new(); in to_byte_string_zero_teriminated()1913 let off: flatbuffers::FollowStart<&[u16]> = flatbuffers::FollowStart::new(); in to_slice_of_u16()1920 … let off: flatbuffers::FollowStart<flatbuffers::Vector<u16>> = flatbuffers::FollowStart::new(); in to_vector_of_u16()[all …]