/external/flatbuffers/src/ |
D | idl_gen_go.cpp | 40 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 …]
|
D | idl_gen_python.cpp | 31 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 …]
|
D | idl_gen_text.cpp | 25 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()
|
D | idl_gen_php.cpp | 97 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 …]
|
D | idl_parser.cpp | 575 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 …]
|
D | idl_gen_cpp.cpp | 482 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()
|
D | idl_gen_fbs.cpp | 105 StructDef &struct_def = **it; in GenerateFBS()
|
D | idl_gen_js.cpp | 325 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()
|
D | idl_gen_general.cpp | 309 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()
|
D | idl_gen_grpc.cpp | 46 std::string GRPCType(const StructDef &sd) const { in GRPCType()
|
/external/flatbuffers/include/flatbuffers/ |
D | idl.h | 115 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 …]
|