Home
last modified time | relevance | path

Searched refs:StructDef (Results 1 – 15 of 15) sorted by relevance

/external/flatbuffers/src/
Didl_gen_go.cpp126 void BeginClass(const StructDef &struct_def, std::string *code_ptr) { in BeginClass()
201 void NewRootTypeFromBuffer(const StructDef &struct_def, in NewRootTypeFromBuffer()
218 void InitializeExisting(const StructDef &struct_def, std::string *code_ptr) { in InitializeExisting()
230 void GenTableAccessor(const StructDef &struct_def, std::string *code_ptr) { in GenTableAccessor()
246 void GetVectorLen(const StructDef &struct_def, const FieldDef &field, in GetVectorLen()
258 void GetUByteSlice(const StructDef &struct_def, const FieldDef &field, in GetUByteSlice()
270 void GetScalarFieldOfStruct(const StructDef &struct_def, in GetScalarFieldOfStruct()
284 void GetScalarFieldOfTable(const StructDef &struct_def, in GetScalarFieldOfTable()
300 void GetStructFieldOfStruct(const StructDef &struct_def, in GetStructFieldOfStruct()
320 void GetStructFieldOfTable(const StructDef &struct_def, in GetStructFieldOfTable()
[all …]
Didl_gen_lua.cpp82 void BeginClass(const StructDef &struct_def, std::string *code_ptr) { in BeginClass()
124 void GenerateNewObjectPrototype(const StructDef &struct_def, in GenerateNewObjectPrototype()
136 void NewRootTypeFromBuffer(const StructDef &struct_def, in NewRootTypeFromBuffer()
149 void InitializeExisting(const StructDef &struct_def, in InitializeExisting()
160 void GetVectorLen(const StructDef &struct_def, const FieldDef &field, in GetVectorLen()
174 void GetScalarFieldOfStruct(const StructDef &struct_def, in GetScalarFieldOfStruct()
188 void GetScalarFieldOfTable(const StructDef &struct_def, in GetScalarFieldOfTable()
217 void GetStructFieldOfStruct(const StructDef &struct_def, in GetStructFieldOfStruct()
232 void GetStructFieldOfTable(const StructDef &struct_def, in GetStructFieldOfTable()
254 void GetStringField(const StructDef &struct_def, const FieldDef &field, in GetStringField()
[all …]
Didl_gen_python.cpp89 void BeginClass(const StructDef &struct_def, std::string *code_ptr) { in BeginClass()
132 void NewRootTypeFromBuffer(const StructDef &struct_def, in NewRootTypeFromBuffer()
151 void InitializeExisting(const StructDef &struct_def, in InitializeExisting()
162 void GetVectorLen(const StructDef &struct_def, const FieldDef &field, in GetVectorLen()
174 void GetScalarFieldOfStruct(const StructDef &struct_def, in GetScalarFieldOfStruct()
187 void GetScalarFieldOfTable(const StructDef &struct_def, in GetScalarFieldOfTable()
215 void GetStructFieldOfStruct(const StructDef &struct_def, in GetStructFieldOfStruct()
229 void GetStructFieldOfTable(const StructDef &struct_def, in GetStructFieldOfTable()
252 void GetStringField(const StructDef &struct_def, const FieldDef &field, in GetStringField()
265 void GetUnionField(const StructDef &struct_def, const FieldDef &field, in GetUnionField()
[all …]
Didl_gen_lobster.cpp94 void GenStructAccessor(const StructDef &struct_def, in GenStructAccessor()
174 void GenTableBuilders(const StructDef &struct_def, in GenTableBuilders()
218 void GenStructPreDecl(const StructDef &struct_def, std::string *code_ptr) { in GenStructPreDecl()
226 void GenStruct(const StructDef &struct_def, std::string *code_ptr) { in GenStruct()
275 void StructBuilderArgs(const StructDef &struct_def, in StructBuilderArgs()
296 void StructBuilderBody(const StructDef &struct_def, in StructBuilderBody()
317 void GenStructBuilder(const StructDef &struct_def, in GenStructBuilder()
Didl_gen_php.cpp100 static void BeginClass(const StructDef &struct_def, std::string *code_ptr) { in BeginClass()
139 static void NewRootTypeFromBuffer(const StructDef &struct_def, in NewRootTypeFromBuffer()
160 static void InitializeExisting(const StructDef &struct_def, in InitializeExisting()
330 void GetMemberOfVectorOfStruct(const StructDef &struct_def, in GetMemberOfVectorOfStruct()
445 static void StructBuilderArgs(const StructDef &struct_def, in StructBuilderArgs()
467 static void StructBuilderBody(const StructDef &struct_def, in StructBuilderBody()
491 static void GetStartOfTable(const StructDef &struct_def, in GetStartOfTable()
635 void GetEndOffsetOnTable(const StructDef &struct_def, std::string *code_ptr) { in GetEndOffsetOnTable()
675 void GenStructAccessor(const StructDef &struct_def, const FieldDef &field, in GenStructAccessor()
719 void GenTableBuilders(const StructDef &struct_def, std::string *code_ptr) { in GenTableBuilders()
[all …]
Didl_gen_dart.cpp406 void GenStruct(const StructDef &struct_def, in GenStruct()
485 void GenImplementationGetters(const StructDef &struct_def, in GenImplementationGetters()
577 void GenReader(const StructDef &struct_def, std::string *reader_name_ptr, in GenReader()
603 void GenBuilder(const StructDef &struct_def, std::string *builder_name_ptr, in GenBuilder()
624 void StructBuilderBody(const StructDef &struct_def, std::string *code_ptr) { in StructBuilderBody()
667 void TableBuilderBody(const StructDef &struct_def, std::string *code_ptr) { in TableBuilderBody()
710 void GenObjectBuilder(const StructDef &struct_def, in GenObjectBuilder()
823 void StructObjectBuilderBody(const StructDef &struct_def, in StructObjectBuilderBody()
854 void TableObjectBuilderBody(const StructDef &struct_def, in TableObjectBuilderBody()
Didl_parser.cpp526 StructDef *Parser::LookupStruct(const std::string &id) const { in LookupStruct()
607 CheckedError Parser::AddField(StructDef &struct_def, const std::string &name, in AddField()
631 CheckedError Parser::ParseField(StructDef &struct_def) { in ParseField()
848 const StructDef *parent_struct_def, in ParseAnyValue()
970 void Parser::SerializeStruct(const StructDef &struct_def, const Value &val) { in SerializeStruct()
980 const StructDef *struct_def, in ParseTableDelimiters()
1020 CheckedError Parser::ParseTable(const StructDef &struct_def, std::string *value, in ParseTable()
1026 const StructDef *struct_def_inner) -> CheckedError { in ParseTable()
1234 const StructDef *parent_struct_def) { in ParseNestedFlatbuffer()
1568 StructDef *Parser::LookupCreateStruct(const std::string &name, in LookupCreateStruct()
[all …]
Didl_gen_text.cpp26 static bool GenStruct(const StructDef &struct_def, const Table *table,
171 static bool GenStruct(const StructDef &struct_def, const Table *table,
203 static bool GenStruct(const StructDef &struct_def, const Table *table, in GenStruct()
Didl_gen_cpp.cpp568 static std::string NativeName(const std::string &name, const StructDef *sd, in NativeName()
741 std::string TableCreateSignature(const StructDef &struct_def, bool predecl, in TableCreateSignature()
750 std::string TablePackSignature(const StructDef &struct_def, bool inclass, in TablePackSignature()
760 std::string TableUnPackSignature(const StructDef &struct_def, bool inclass, in TableUnPackSignature()
768 std::string TableUnPackToSignature(const StructDef &struct_def, bool inclass, in TableUnPackToSignature()
776 void GenMiniReflectPre(const StructDef *struct_def) { in GenMiniReflectPre()
782 void GenMiniReflect(const StructDef *struct_def, const EnumDef *enum_def) { in GenMiniReflect()
1418 void GenFullyQualifiedNameGetter(const StructDef &struct_def, in GenFullyQualifiedNameGetter()
1511 void GenDefaultConstructor(const StructDef &struct_def) { in GenDefaultConstructor()
1557 void GenCompareOperator(const StructDef &struct_def, in GenCompareOperator()
[all …]
Didl_gen_fbs.cpp112 StructDef &struct_def = **it; in GenerateFBS()
Didl_gen_rust.cpp390 bool TableBuilderArgsNeedsLifetime(const StructDef &struct_def) const { in TableBuilderArgsNeedsLifetime()
1150 void GenTable(const StructDef &struct_def) { in GenTable()
1490 void GenRootTableFuncs(const StructDef &struct_def) { in GenRootTableFuncs()
1596 void GenStruct(const StructDef &struct_def) { in GenStruct()
Didl_gen_general.cpp335 std::string GenOffsetType(const StructDef &struct_def) const { in GenOffsetType()
343 std::string GenOffsetConstruct(const StructDef &struct_def, in GenOffsetConstruct()
660 void GenStructArgs(const StructDef &struct_def, std::string *code_ptr, in GenStructArgs()
685 void GenStructBody(const StructDef &struct_def, std::string *code_ptr, in GenStructBody()
794 void GenStruct(StructDef &struct_def, std::string *code_ptr) const { in GenStruct()
Didl_gen_js_ts.cpp557 void GenStructArgs(const StructDef &struct_def, std::string *annotations, in GenStructArgs()
582 static void GenStructBody(const StructDef &struct_def, std::string *body, in GenStructBody()
609 void GenStruct(const Parser &parser, StructDef &struct_def, in GenStruct()
1356 std::string Verbose(const StructDef &struct_def, in Verbose()
Didl_gen_grpc.cpp62 std::string GRPCType(const StructDef &sd) const { in GRPCType()
/external/flatbuffers/include/flatbuffers/
Didl.h133 struct StructDef;
140 explicit Type(BaseType _base_type = BASE_TYPE_NONE, StructDef *_sd = nullptr,
160 StructDef *struct_def; // only set if t or element == BASE_TYPE_STRUCT
282 StructDef *nested_flatbuffer; // This field contains nested FlatBuffer data.
286 struct StructDef : public Definition { struct
287 StructDef() in StructDef() argument
388 StructDef *request, *response;
702 StructDef *LookupStruct(const std::string &id) const;
723 FLATBUFFERS_CHECKED_ERROR AddField(StructDef &struct_def,
726 FLATBUFFERS_CHECKED_ERROR ParseField(StructDef &struct_def);
[all …]