Searched defs:FieldDef (Results 1 – 2 of 2) sorted by relevance
256 struct FieldDef : public Definition { struct257 FieldDef() in FieldDef() argument272 Value value;273 bool deprecated; // Field is allowed to be present in old data, but can't be.275 bool required; // Field must always be present.276 bool key; // Field functions as a key for creating sorted vectors.277 bool shared; // Field will be using string pooling (i.e. CreateSharedString)279 bool native_inline; // Field will be defined inline (instead of as a pointer)281 bool flexbuffer; // This field contains FlexBuffer data.282 StructDef *nested_flatbuffer; // This field contains nested FlatBuffer data.[all …]
1263 class FieldDef; variable