Home
last modified time | relevance | path

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

/external/flatbuffers/include/flatbuffers/
Didl.h346 struct StructDef : public Definition { struct
347 StructDef() in StructDef() function
355 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 …]
/external/flatbuffers/src/
Didl_parser.cpp3121 const StructDef *) -> CheckedError { in SkipAnyJsonValue()
3166 const StructDef *) -> CheckedError { in ParseFlexBufferValue()