Home
last modified time | relevance | path

Searched refs:to_forward_index (Results 1 – 1 of 1) sorted by relevance

/external/flatbuffers/rust/flatbuffers/src/
Dbuilder.rs179 let index = self.head.to_forward_index(&self.allocator); in collapse()
209 let index = self.head.to_forward_index(&self.allocator); in collapse_in()
490 let index = self.head.to_forward_index(&self.allocator); in mut_finished_buffer()
755 n.to_forward_index(&self.allocator) as UOffsetT in push_bytes_unprefixed()
868 pub fn to_forward_index<T>(self, buf: &[T]) -> usize { in to_forward_index() method
909 let index = index.to_forward_index(self); in index()
916 let index = index.to_forward_index(self); in index_mut()
928 let start = index.0.to_forward_index(self); in index()
929 let end = index.1.to_forward_index(self); in index()
936 let start = index.0.to_forward_index(self); in index_mut()
[all …]