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