Home
last modified time | relevance | path

Searched defs:StructDef (Results 1 – 2 of 2) sorted by relevance

/third_party/flatbuffers/include/flatbuffers/
Didl.h353 struct StructDef : public Definition { struct
354 StructDef() in StructDef() function
362 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 …]
/third_party/flatbuffers/src/
Didl_parser.cpp3006 const StructDef *) -> CheckedError { in SkipAnyJsonValue()
3050 const StructDef *) -> CheckedError { in ParseFlexBufferValue()