Searched defs:StartTable (Results 1 – 5 of 5) sorted by relevance
1762 struct StartTable<T> { struct1778 table: T,1804 impl StartTable<Vec<u8>> { impl1853 impl<'a> StartTable<&'a [u8]> { implementation1952 impl<T: AsRef<[u8]>> StartTable<T> { implementation2134 impl<T: AsMut<[u8]>> StartTable<T> { implementation
3851 pub(crate) struct StartTable<T> { struct3865 table: T,3891 impl StartTable<Vec<u32>> { argument3939 impl<'a> StartTable<&'a [u32]> { impl4068 impl<T: AsRef<[u32]>> StartTable<T> { implementation4253 impl<T: AsMut<[u32]>> StartTable<T> { implementation
496 public void StartTable(int numfields) in StartTable() method in FlatBuffers.FlatBufferBuilder
348 uoffset_t StartTable() { in StartTable() function