• Home
  • Raw
  • Download

Lines Matching full:written

36 …/// Storage for the Vtables used in the buffer are stored in here, so they would be written later …
38 /// Flatbuffer data will be written into
41 /// Reference Vtables that were already written to the buffer
43 /// A check if the buffer is being written into by a different table
45 /// Dictonary that stores a map of all the strings that were written to the buffer
84 /// Returns the written bytes into the ``ByteBuffer``
95 /// with the offsets, and data written to it.
100 /// returns a new buffer that is sized to the data written
132 /// Clears the builder and the buffer from the written data.
180 /// File id would append a file id name at the end of the written bytes before,
183 /// Whereas, if `addPrefix` is true, the written bytes would
214 /// If `addPrefix` is true, the written bytes would
236 /// - Parameter numOfFields: Number of elements to be written to the buffer
247 /// object that's written to it is completed
254 /// - Parameter startOffset:Start point of the object written
336 /// - bufSize: Current size of the buffer + the offset of the object to be written
363 /// - type: Type of the object to be written
370 /// Refers to an object that's written in the buffer
380 /// Tracks the elements written into the buffer
394 /// The function checks if there is a current object being written, if
403 /// - elementSize: Size of object type to be written
445 /// - Parameter elements: elements to be written into the buffer
462 /// - Parameter elements: Elements to be written into the buffer
488 /// - Parameter elements: elements to be written into the buffer
505 /// - Parameter elements: Elements to be written into the buffer
521 /// Creates a vector of already written offsets
540 /// Creates a vector of already written offsets
632 /// - Returns: ``Offset`` of written struct
658 /// - Returns: ``Offset`` of written struct
700 /// is already written to the ``ByteBuffer``
728 /// Writes the ``Offset`` of an already written table
734 /// - offset: ``Offset`` of another object to be written
786 /// Takes an optional value to be written into the ``ByteBuffer``
842 /// Maximuim offset written to the class
844 /// number of fields written into the buffer
846 /// Last written Index
864 /// - Parameter count: number of fields to be written
872 /// Adds a FieldLoc into the buffer, which would track how many have been written,