Lines Matching defs:StructDef
394 struct StructDef : public Definition { struct
395 StructDef() in StructDef() function
403 void PadLastField(size_t min_align) { in PadLastField()
414 SymbolTable<FieldDef> fields;
416 bool fixed; // If it's struct, not a table.
417 bool predecl; // If it's used before it was defined.
418 bool sortbysize; // Whether fields come in the declaration or size order.
419 bool has_key; // It has a key field.
420 size_t minalign; // What the whole object needs to be aligned to.
421 size_t bytesize; // Size if fixed.
423 flatbuffers::unique_ptr<std::string> original_location;
424 std::vector<voffset_t> reserved_ids;