Home
last modified time | relevance | path

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

/external/flatbuffers/include/flatbuffers/
Didl.h244 struct StructDef : public Definition { struct
245 StructDef() in StructDef() function
254 void PadLastField(size_t min_align) { in PadLastField()
263 SymbolTable<FieldDef> fields;
264 bool fixed; // If it's struct, not a table.
265 bool predecl; // If it's used before it was defined.
266 bool sortbysize; // Whether fields come in the declaration or size order.
267 bool has_key; // It has a key field.
268 size_t minalign; // What the whole object needs to be aligned to.
269 size_t bytesize; // Size if fixed.
/external/flatbuffers/src/
Didl_gen_text.cpp52 StructDef * /*union_sd*/, in Print() argument