Lines Matching refs:Table
31 flatbuffers.Table;
173 * The vtable for the current table.
189 * Whether we are currently serializing a table.
197 * Starting offset of the current struct/table.
627 // Offset relative to the start of the table.
658 // Point table to existing vtable.
665 // Point table to current vtable.
700 * This checks a required field has been set in a given table that has
703 * @param {flatbuffers.Offset} table
706 flatbuffers.Builder.prototype.requiredField = function(table, field) {
707 var table_start = this.bb.capacity() - table;
1095 * Initialize any Table-derived type to point to the union at the given offset.
1097 * @param {flatbuffers.Table} t
1099 * @returns {flatbuffers.Table}