Home
last modified time | relevance | path

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

/external/flatbuffers/include/flatbuffers/
Didl.h259 struct StructDef : public Definition { struct
260 StructDef() in StructDef() argument
269 void PadLastField(size_t min_align) { in PadLastField()
278 SymbolTable<FieldDef> fields;
280 bool fixed; // If it's struct, not a table.
281 bool predecl; // If it's used before it was defined.
282 bool sortbysize; // Whether fields come in the declaration or size order.
283 bool has_key; // It has a key field.
284 size_t minalign; // What the whole object needs to be aligned to.
285 size_t bytesize; // Size if fixed.
[all …]
/external/flatbuffers/src/
Didl_parser.cpp1991 void *state) -> CheckedError { in SkipAnyJsonValue()
2029 void *state) -> CheckedError { in ParseFlexBufferValue()