Home
last modified time | relevance | path

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

/external/flatbuffers/src/
Didl_gen_go.cpp40 static void GenStructBuilder(const StructDef &struct_def,
42 static void GenReceiver(const StructDef &struct_def, std::string *code_ptr);
57 static void BeginClass(const StructDef &struct_def, std::string *code_ptr) { in BeginClass()
118 static void NewRootTypeFromBuffer(const StructDef &struct_def, in NewRootTypeFromBuffer()
135 static void InitializeExisting(const StructDef &struct_def, in InitializeExisting()
148 static void GenTableAccessor(const StructDef &struct_def, in GenTableAccessor()
165 static void GetVectorLen(const StructDef &struct_def, in GetVectorLen()
178 static void GetUByteSlice(const StructDef &struct_def, in GetUByteSlice()
191 static void GetScalarFieldOfStruct(const StructDef &struct_def, in GetScalarFieldOfStruct()
205 static void GetScalarFieldOfTable(const StructDef &struct_def, in GetScalarFieldOfTable()
[all …]
Didl_gen_python.cpp31 static void GenStructBuilder(const StructDef &struct_def,
33 static void GenReceiver(const StructDef &struct_def, std::string *code_ptr);
53 static void BeginClass(const StructDef &struct_def, std::string *code_ptr) { in BeginClass()
82 static void NewRootTypeFromBuffer(const StructDef &struct_def, in NewRootTypeFromBuffer()
101 static void InitializeExisting(const StructDef &struct_def, in InitializeExisting()
112 static void GetVectorLen(const StructDef &struct_def, in GetVectorLen()
125 static void GetScalarFieldOfStruct(const StructDef &struct_def, in GetScalarFieldOfStruct()
138 static void GetScalarFieldOfTable(const StructDef &struct_def, in GetScalarFieldOfTable()
154 static void GetStructFieldOfStruct(const StructDef &struct_def, in GetStructFieldOfStruct()
168 static void GetStructFieldOfTable(const StructDef &struct_def, in GetStructFieldOfTable()
[all …]
Didl_gen_text.cpp25 static bool GenStruct(const StructDef &struct_def, const Table *table,
52 StructDef * /*union_sd*/, in Print() argument
172 StructDef *union_sd, in Print()
239 int indent, StructDef *union_sd, in GenFieldOffset()
257 static bool GenStruct(const StructDef &struct_def, const Table *table, in GenStruct()
263 StructDef *union_sd = nullptr; in GenStruct()
Didl_gen_php.cpp97 static void BeginClass(const StructDef &struct_def, std::string *code_ptr) { in BeginClass()
134 static void NewRootTypeFromBuffer(const StructDef &struct_def, in NewRootTypeFromBuffer()
155 static void InitializeExisting(const StructDef &struct_def, in InitializeExisting()
335 void GetMemberOfVectorOfStruct(const StructDef &struct_def, in GetMemberOfVectorOfStruct()
433 static void StructBuilderArgs(const StructDef &struct_def, in StructBuilderArgs()
458 static void StructBuilderBody(const StructDef &struct_def, in StructBuilderBody()
485 static void GetStartOfTable(const StructDef &struct_def, in GetStartOfTable()
639 void GetEndOffsetOnTable(const StructDef &struct_def, std::string *code_ptr) { in GetEndOffsetOnTable()
682 void GenStructAccessor(const StructDef &struct_def, const FieldDef &field, in GenStructAccessor()
729 void GenTableBuilders(const StructDef &struct_def, std::string *code_ptr) { in GenTableBuilders()
[all …]
Didl_parser.cpp575 CheckedError Parser::AddField(StructDef &struct_def, const std::string &name, in AddField()
599 CheckedError Parser::ParseField(StructDef &struct_def) { in ParseField()
740 const StructDef *parent_struct_def) { in ParseAnyValue()
825 void Parser::SerializeStruct(const StructDef &struct_def, const Value &val) { in SerializeStruct()
833 CheckedError Parser::ParseTable(const StructDef &struct_def, std::string *value, in ParseTable()
1174 StructDef *Parser::LookupCreateStruct(const std::string &name, in LookupCreateStruct()
1206 struct_def = new StructDef(); in LookupCreateStruct()
1330 CheckedError Parser::StartStruct(const std::string &name, StructDef **dest) { in StartStruct()
1344 StructDef *struct_def, in CheckClash()
1376 StructDef *struct_def; in ParseDecl()
[all …]
Didl_gen_cpp.cpp482 static std::string TableCreateSignature(const StructDef &struct_def, in TableCreateSignature()
492 static std::string TablePackSignature(const StructDef &struct_def, in TablePackSignature()
503 static std::string TableUnPackSignature(const StructDef &struct_def, in TableUnPackSignature()
511 static std::string TableUnPackToSignature(const StructDef &struct_def, in TableUnPackToSignature()
917 void GenDefaultConstructor(const StructDef& struct_def) { in GenDefaultConstructor()
962 void GenNativeTable(const StructDef &struct_def) { in GenNativeTable()
1038 void GenTable(const StructDef &struct_def) { in GenTable()
1235 void GenBuilders(const StructDef &struct_def) { in GenBuilders()
1608 void GenTablePost(const StructDef &struct_def) { in GenTablePost()
1734 void GenStruct(const StructDef &struct_def) { in GenStruct()
Didl_gen_fbs.cpp105 StructDef &struct_def = **it; in GenerateFBS()
Didl_gen_js.cpp325 void GenStructArgs(const StructDef &struct_def, in GenStructArgs()
346 static void GenStructBody(const StructDef &struct_def, in GenStructBody()
376 void GenStruct(const Parser &parser, StructDef &struct_def, std::string *code_ptr, std::string *exp… in GenStruct()
Didl_gen_general.cpp309 std::string GenOffsetType(const StructDef &struct_def) { in GenOffsetType()
317 std::string GenOffsetConstruct(const StructDef &struct_def, in GenOffsetConstruct()
615 void GenStructArgs(const StructDef &struct_def, std::string *code_ptr, in GenStructArgs()
641 void GenStructBody(const StructDef &struct_def, std::string *code_ptr, in GenStructBody()
752 void GenStruct(StructDef &struct_def, std::string *code_ptr) { in GenStruct()
Didl_gen_grpc.cpp46 std::string GRPCType(const StructDef &sd) const { in GRPCType()
/external/flatbuffers/include/flatbuffers/
Didl.h115 struct StructDef;
123 StructDef *_sd = nullptr, EnumDef *_ed = nullptr)
141 StructDef *struct_def; // only set if t or element == BASE_TYPE_STRUCT
244 struct StructDef : public Definition { struct
245 StructDef() in StructDef() argument
293 StructDef *struct_def; // only set if this is a union
329 StructDef *request, *response;
539 FLATBUFFERS_CHECKED_ERROR AddField(StructDef &struct_def,
542 FLATBUFFERS_CHECKED_ERROR ParseField(StructDef &struct_def);
545 const StructDef *parent_struct_def);
[all …]