Home
last modified time | relevance | path

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

/external/flatbuffers/include/flatbuffers/
Didl.h286 struct StructDef : public Definition { struct
287 StructDef() in StructDef() function
295 void PadLastField(size_t min_align) { in PadLastField()
306 SymbolTable<FieldDef> fields;
308 bool fixed; // If it's struct, not a table.
309 bool predecl; // If it's used before it was defined.
310 bool sortbysize; // Whether fields come in the declaration or size order.
311 bool has_key; // It has a key field.
312 size_t minalign; // What the whole object needs to be aligned to.
313 size_t bytesize; // Size if fixed.
[all …]
/external/flatbuffers/src/
Didl_parser.cpp2280 const StructDef *) -> CheckedError { in SkipAnyJsonValue()
2312 const StructDef *) -> CheckedError { in ParseFlexBufferValue()