Home
last modified time | relevance | path

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

/external/flatbuffers/include/flatbuffers/
Didl.h256 struct FieldDef : public Definition { struct
257 FieldDef() in FieldDef() argument
272 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 …]
/external/protobuf/php/ext/google/protobuf/
Dupb.h1263 class FieldDef; variable