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()
123 void GenerateNewObjectPrototype(const StructDef &struct_def, in GenerateNewObjectPrototype()
135 void NewRootTypeFromBuffer(const StructDef &struct_def, in NewRootTypeFromBuffer()
148 void InitializeExisting(const StructDef &struct_def, in InitializeExisting()
159 void GetVectorLen(const StructDef &struct_def, const FieldDef &field, in GetVectorLen()
173 void GetScalarFieldOfStruct(const StructDef &struct_def, in GetScalarFieldOfStruct()
187 void GetScalarFieldOfTable(const StructDef &struct_def, in GetScalarFieldOfTable()
216 void GetStructFieldOfStruct(const StructDef &struct_def, in GetStructFieldOfStruct()
231 void GetStructFieldOfTable(const StructDef &struct_def, in GetStructFieldOfTable()
253 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()
130 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()
172 void GetScalarFieldOfStruct(const StructDef &struct_def, in GetScalarFieldOfStruct()
185 void GetScalarFieldOfTable(const StructDef &struct_def, in GetScalarFieldOfTable()
213 void GetStructFieldOfStruct(const StructDef &struct_def, in GetStructFieldOfStruct()
227 void GetStructFieldOfTable(const StructDef &struct_def, in GetStructFieldOfTable()
250 void GetStringField(const StructDef &struct_def, const FieldDef &field, in GetStringField()
263 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()
276 void StructBuilderArgs(const StructDef &struct_def, in StructBuilderArgs()
297 void StructBuilderBody(const StructDef &struct_def, in StructBuilderBody()
318 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()
137 static void NewRootTypeFromBuffer(const StructDef &struct_def, in NewRootTypeFromBuffer()
158 static void InitializeExisting(const StructDef &struct_def, in InitializeExisting()
328 void GetMemberOfVectorOfStruct(const StructDef &struct_def, in GetMemberOfVectorOfStruct()
443 static void StructBuilderArgs(const StructDef &struct_def, in StructBuilderArgs()
465 static void StructBuilderBody(const StructDef &struct_def, in StructBuilderBody()
489 static void GetStartOfTable(const StructDef &struct_def, in GetStartOfTable()
633 void GetEndOffsetOnTable(const StructDef &struct_def, std::string *code_ptr) { in GetEndOffsetOnTable()
673 void GenStructAccessor(const StructDef &struct_def, const FieldDef &field, in GenStructAccessor()
717 void GenTableBuilders(const StructDef &struct_def, std::string *code_ptr) { in GenTableBuilders()
[all …]
Didl_gen_dart.cpp408 void GenStruct(const StructDef &struct_def, in GenStruct()
487 void GenImplementationGetters(const StructDef &struct_def, in GenImplementationGetters()
578 void GenReader(const StructDef &struct_def, std::string *reader_name_ptr, in GenReader()
604 void GenBuilder(const StructDef &struct_def, std::string *builder_name_ptr, in GenBuilder()
625 void StructBuilderBody(const StructDef &struct_def, std::string *code_ptr) { in StructBuilderBody()
668 void TableBuilderBody(const StructDef &struct_def, std::string *code_ptr) { in TableBuilderBody()
711 void GenObjectBuilder(const StructDef &struct_def, in GenObjectBuilder()
824 void StructObjectBuilderBody(const StructDef &struct_def, in StructObjectBuilderBody()
855 void TableObjectBuilderBody(const StructDef &struct_def, in TableObjectBuilderBody()
Didl_parser.cpp524 StructDef *Parser::LookupStruct(const std::string &id) const { in LookupStruct()
605 CheckedError Parser::AddField(StructDef &struct_def, const std::string &name, in AddField()
629 CheckedError Parser::ParseField(StructDef &struct_def) { in ParseField()
846 const StructDef *parent_struct_def) { in ParseAnyValue()
941 void Parser::SerializeStruct(const StructDef &struct_def, const Value &val) { in SerializeStruct()
951 const StructDef *struct_def, in ParseTableDelimiters()
991 CheckedError Parser::ParseTable(const StructDef &struct_def, std::string *value, in ParseTable()
997 const StructDef *struct_def_inner) -> CheckedError { in ParseTable()
1202 const StructDef *parent_struct_def) { in ParseNestedFlatbuffer()
1536 StructDef *Parser::LookupCreateStruct(const std::string &name, in LookupCreateStruct()
[all …]
Didl_gen_cpp.cpp562 static std::string NativeName(const std::string &name, const StructDef *sd, in NativeName()
724 std::string TableCreateSignature(const StructDef &struct_def, bool predecl, in TableCreateSignature()
733 std::string TablePackSignature(const StructDef &struct_def, bool inclass, in TablePackSignature()
743 std::string TableUnPackSignature(const StructDef &struct_def, bool inclass, in TableUnPackSignature()
751 std::string TableUnPackToSignature(const StructDef &struct_def, bool inclass, in TableUnPackToSignature()
759 void GenMiniReflectPre(const StructDef *struct_def) { in GenMiniReflectPre()
765 void GenMiniReflect(const StructDef *struct_def, const EnumDef *enum_def) { in GenMiniReflect()
1386 void GenFullyQualifiedNameGetter(const StructDef &struct_def, in GenFullyQualifiedNameGetter()
1475 void GenDefaultConstructor(const StructDef &struct_def) { in GenDefaultConstructor()
1517 void GenCompareOperator(const StructDef &struct_def, std::string accessSuffix = "") { in GenCompareOperator()
[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_fbs.cpp113 StructDef &struct_def = **it; in GenerateFBS()
Didl_gen_rust.cpp390 bool TableBuilderArgsNeedsLifetime(const StructDef &struct_def) const { in TableBuilderArgsNeedsLifetime()
1152 void GenTable(const StructDef &struct_def) { in GenTable()
1491 void GenRootTableFuncs(const StructDef &struct_def) { in GenRootTableFuncs()
1597 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()
661 void GenStructArgs(const StructDef &struct_def, std::string *code_ptr, in GenStructArgs()
686 void GenStructBody(const StructDef &struct_def, std::string *code_ptr, in GenStructBody()
795 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() function
380 StructDef *request, *response;
694 StructDef *LookupStruct(const std::string &id) const;
714 FLATBUFFERS_CHECKED_ERROR AddField(StructDef &struct_def,
717 FLATBUFFERS_CHECKED_ERROR ParseField(StructDef &struct_def);
[all …]