Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/include/flatbuffers/
H A Didl.h290 struct FieldDef : public Definition { struct
291 FieldDef() in FieldDef() argument
306 bool IsScalarOptional() const { in IsScalarOptional()
309 bool IsOptional() const { return presence == kOptional; } in IsOptional()
310 bool IsRequired() const { return presence == kRequired; } in IsRequired()
311 bool IsDefault() const { return presence == kDefault; } in IsDefault()
335 return required ? FieldDef::kRequired in MakeFieldPresence() argument
340 Presence presence;
342 StructDef *nested_flatbuffer; // This field contains nested FlatBuffer data.
366 SymbolTable<FieldDef> fields; argument
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/
H A Didl.h290 struct FieldDef : public Definition { struct
291 FieldDef() in FieldDef() function
306 bool IsScalarOptional() const { in IsScalarOptional()
309 bool IsOptional() const { return presence == kOptional; } in IsOptional()
310 bool IsRequired() const { return presence == kRequired; } in IsRequired()
311 bool IsDefault() const { return presence == kDefault; } in IsDefault()
335 return required ? FieldDef::kRequired in MakeFieldPresence() argument
340 Presence presence;
342 StructDef *nested_flatbuffer; // This field contains nested FlatBuffer data.
366 SymbolTable<FieldDef> fields; argument
/aosp_15_r20/prebuilts/android-emulator/darwin-x86_64/include/flatbuffers/
H A Didl.h291 struct FieldDef : public Definition { struct
292 FieldDef() in FieldDef() argument
307 Value value;
308 bool deprecated; // Field is allowed to be present in old data, but can't be.
310 bool required; // Field must always be present.
311 bool key; // Field functions as a key for creating sorted vectors.
312 bool shared; // Field will be using string pooling (i.e. CreateSharedString)
314 bool native_inline; // Field will be defined inline (instead of as a pointer)
316 bool flexbuffer; // This field contains FlexBuffer data.
317 StructDef *nested_flatbuffer; // This field contains nested FlatBuffer data.
[all …]
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/config/
DOptionSetter.java105 static class FieldDef { class in OptionSetter
110 FieldDef(Object object, Field field, Object key) { in FieldDef() method in OptionSetter.FieldDef
/aosp_15_r20/tools/tradefederation/prebuilts/filegroups/tradefed/
Dtradefed.jarFileMd5$FileChecksum$1.class FileMd5.java package FileMd5$FileChecksum$1 extends com. ...