Home
last modified time | relevance | path

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

/external/flatbuffers/include/flatbuffers/
Didl.h321 struct StructDef : public Definition { struct
322 StructDef() in StructDef() function
330 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 …]
/external/flatbuffers/src/
Didl_parser.cpp2716 const StructDef *) -> CheckedError { in SkipAnyJsonValue()
2748 const StructDef *) -> CheckedError { in ParseFlexBufferValue()