Searched defs:StructDef (Results 1 – 2 of 2) sorted by relevance
353 struct StructDef : public Definition { struct354 StructDef() in StructDef() function362 void PadLastField(size_t min_align) { in PadLastField()373 SymbolTable<FieldDef> fields;375 bool fixed; // If it's struct, not a table.376 bool predecl; // If it's used before it was defined.377 bool sortbysize; // Whether fields come in the declaration or size order.378 bool has_key; // It has a key field.379 size_t minalign; // What the whole object needs to be aligned to.380 size_t bytesize; // Size if fixed.[all …]
3006 const StructDef *) -> CheckedError { in SkipAnyJsonValue()3050 const StructDef *) -> CheckedError { in ParseFlexBufferValue()