From generated code (or from the parser), we call StartTable/EndTable with a sequence of AddElement calls in between.
| 1507 | // From generated code (or from the parser), we call StartTable/EndTable |
| 1508 | // with a sequence of AddElement calls in between. |
| 1509 | uoffset_t StartTable() { |
| 1510 | NotNested(); |
| 1511 | nested = true; |
| 1512 | return GetSize(); |
| 1513 | } |
| 1514 | |
| 1515 | // This finishes one serialized object by generating the vtable if it's a |
| 1516 | // table, comparing it against existing vtables, and writing the |