Searched defs:StructDef (Results 1 – 6 of 6) 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 …]
346 struct StructDef : public Definition { struct347 StructDef() in StructDef() argument355 void PadLastField(size_t min_align) { in PadLastField()366 SymbolTable<FieldDef> fields;368 bool fixed; // If it's struct, not a table.369 bool predecl; // If it's used before it was defined.370 bool sortbysize; // Whether fields come in the declaration or size order.371 bool has_key; // It has a key field.372 size_t minalign; // What the whole object needs to be aligned to.373 size_t bytesize; // Size if fixed.[all …]
346 struct StructDef : public Definition { struct347 StructDef() in StructDef() function355 void PadLastField(size_t min_align) { in PadLastField()366 SymbolTable<FieldDef> fields;368 bool fixed; // If it's struct, not a table.369 bool predecl; // If it's used before it was defined.370 bool sortbysize; // Whether fields come in the declaration or size order.371 bool has_key; // It has a key field.372 size_t minalign; // What the whole object needs to be aligned to.373 size_t bytesize; // Size if fixed.[all …]
22 StructDef::StructDef(std::string name, FieldList fields) : StructDef(name, fields, nullptr) {} in StructDef() function in StructDef23 StructDef::StructDef(std::string name, FieldList fields, StructDef* parent) in StructDef() function in StructDef
3121 const StructDef *) -> CheckedError { in SkipAnyJsonValue()3166 const StructDef *) -> CheckedError { in ParseFlexBufferValue()
META-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...