Searched defs:StructDef (Results 1 – 3 of 3) sorted by relevance
12 struct StructDef<U> { struct13 t: u8,14 u: U,
394 struct StructDef : public Definition { struct395 StructDef() in StructDef() argument403 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.[all …]
3341 const StructDef *) -> CheckedError { in SkipAnyJsonValue()3385 const StructDef *) -> CheckedError { in ParseFlexBufferValue()