From generated code (or from the parser), we call StartTable/EndTable with a sequence of AddElement calls in between.
| 1433 | // From generated code (or from the parser), we call StartTable/EndTable |
| 1434 | // with a sequence of AddElement calls in between. |
| 1435 | uoffset_t StartTable() { |
| 1436 | NotNested(); |
| 1437 | nested = true; |
| 1438 | return GetSize(); |
| 1439 | } |
| 1440 | |
| 1441 | // This finishes one serialized object by generating the vtable if it's a |
| 1442 | // table, comparing it against existing vtables, and writing the |