Searched defs:StructDef (Results 1 – 2 of 2) sorted by relevance
321 struct StructDef : public Definition { struct322 StructDef() in StructDef() function330 void PadLastField(size_t min_align) { in PadLastField()341 SymbolTable<FieldDef> fields;343 bool fixed; // If it's struct, not a table.344 bool predecl; // If it's used before it was defined.345 bool sortbysize; // Whether fields come in the declaration or size order.346 bool has_key; // It has a key field.347 size_t minalign; // What the whole object needs to be aligned to.348 size_t bytesize; // Size if fixed.[all …]
2716 const StructDef *) -> CheckedError { in SkipAnyJsonValue()2748 const StructDef *) -> CheckedError { in ParseFlexBufferValue()