Searched refs:_numVtables (Results 1 – 1 of 1) sorted by relevance
46 private int _numVtables = 0; field in FlatBuffers.FlatBufferBuilder87 _numVtables = 0; in Clear()625 for (i = 0; i < _numVtables; i++) { in EndObject()652 if (_numVtables == _vtables.Length) in EndObject()655 var newvtables = new int[ _numVtables * 2]; in EndObject()660 _vtables[_numVtables++] = Offset; in EndObject()