Searched defs:StructDef (Results 1 – 2 of 2) sorted by relevance
259 struct StructDef : public Definition { struct260 StructDef() in StructDef() argument269 void PadLastField(size_t min_align) { in PadLastField()278 SymbolTable<FieldDef> fields;280 bool fixed; // If it's struct, not a table.281 bool predecl; // If it's used before it was defined.282 bool sortbysize; // Whether fields come in the declaration or size order.283 bool has_key; // It has a key field.284 size_t minalign; // What the whole object needs to be aligned to.285 size_t bytesize; // Size if fixed.[all …]
1991 void *state) -> CheckedError { in SkipAnyJsonValue()2029 void *state) -> CheckedError { in ParseFlexBufferValue()