|
ONE - On-device Neural Engine
|
#include <idl.h>

Public Member Functions | |
| StructDef () | |
| void | PadLastField (size_t min_align) |
| Offset< reflection::Object > | Serialize (FlatBufferBuilder *builder, const Parser &parser) const |
| bool | Deserialize (Parser &parser, const reflection::Object *object) |
Public Member Functions inherited from flatbuffers::Definition | |
| Definition () | |
| flatbuffers::Offset< flatbuffers::Vector< flatbuffers::Offset< reflection::KeyValue > > > | SerializeAttributes (FlatBufferBuilder *builder, const Parser &parser) const |
| bool | DeserializeAttributes (Parser &parser, const Vector< Offset< reflection::KeyValue > > *attrs) |
Data Fields | |
| SymbolTable< FieldDef > | fields |
| bool | fixed |
| bool | predecl |
| bool | sortbysize |
| bool | has_key |
| size_t | minalign |
| size_t | bytesize |
| flatbuffers::unique_ptr< std::string > | original_location |
| std::vector< voffset_t > | reserved_ids |
Data Fields inherited from flatbuffers::Definition | |
| std::string | name |
| std::string | file |
| std::vector< std::string > | doc_comment |
| SymbolTable< Value > | attributes |
| bool | generated |
| Namespace * | defined_namespace |
| uoffset_t | serialized_location |
| int | index |
| int | refcount |
| const std::string * | declaration_file |
|
inline |
| bool flatbuffers::StructDef::Deserialize | ( | Parser & | parser, |
| const reflection::Object * | object | ||
| ) |
|
inline |
| Offset< reflection::Object > flatbuffers::StructDef::Serialize | ( | FlatBufferBuilder * | builder, |
| const Parser & | parser | ||
| ) | const |
| size_t flatbuffers::StructDef::bytesize |
Definition at line 418 of file idl.h.
Referenced by PadLastField().
| SymbolTable<FieldDef> flatbuffers::StructDef::fields |
Definition at line 411 of file idl.h.
Referenced by PadLastField().
| flatbuffers::unique_ptr<std::string> flatbuffers::StructDef::original_location |