Searched refs:_vtables (Results 1 – 1 of 1) sorted by relevance
44 private int[] _vtables = new int[16]; field in FlatBuffers.FlatBufferBuilder626 int vt1 = _bb.Length - _vtables[i]; in EndObject()635 existingVtable = _vtables[i]; in EndObject()652 if (_numVtables == _vtables.Length) in EndObject()656 Array.Copy(_vtables, newvtables, _vtables.Length); in EndObject()658 _vtables = newvtables; in EndObject()660 _vtables[_numVtables++] = Offset; in EndObject()