• Home
  • Raw
  • Download

Lines Matching defs:struct_def

314       auto &struct_def = *parser_.root_struct_def_;  in generate_bfbs_embed()  local
406 const auto &struct_def = **it; in generate() local
425 const auto &struct_def = **it; in generate() local
443 const auto &struct_def = **it; in generate() local
464 const auto &struct_def = **it; in generate() local
472 const auto &struct_def = **it; in generate() local
480 const auto &struct_def = **it; in generate() local
511 const auto &struct_def = **it; in generate() local
521 auto &struct_def = *parser_.root_struct_def_; in generate() local
804 std::string WrapNativeNameInNameSpace(const StructDef &struct_def, in WrapNativeNameInNameSpace()
1025 std::string TableCreateSignature(const StructDef &struct_def, bool predecl, in TableCreateSignature()
1034 std::string TablePackSignature(const StructDef &struct_def, bool inclass, in TablePackSignature()
1044 std::string TableUnPackSignature(const StructDef &struct_def, bool inclass, in TableUnPackSignature()
1052 std::string TableUnPackToSignature(const StructDef &struct_def, bool inclass, in TableUnPackToSignature()
1060 void GenMiniReflectPre(const StructDef *struct_def) { in GenMiniReflectPre()
1066 void GenMiniReflect(const StructDef *struct_def, const EnumDef *enum_def) { in GenMiniReflect()
1733 void GenFullyQualifiedNameGetter(const StructDef &struct_def, in GenFullyQualifiedNameGetter()
1857 bool NeedsCopyCtorAssignOp(const StructDef &struct_def) { in NeedsCopyCtorAssignOp()
1885 void GenDefaultConstructor(const StructDef &struct_def) { in GenDefaultConstructor()
1945 void GenCopyMoveCtorAndAssigOpDecls(const StructDef &struct_def) { in GenCopyMoveCtorAndAssigOpDecls()
1959 void GenCopyCtorAssignOpDefs(const StructDef &struct_def) { in GenCopyCtorAssignOpDefs()
2061 void GenCompareOperator(const StructDef &struct_def, in GenCompareOperator()
2141 void GenOperatorNewDelete(const StructDef &struct_def) { in GenOperatorNewDelete()
2156 void GenNativeTable(const StructDef &struct_def) { in GenNativeTable()
2176 void GenNativeTablePost(const StructDef &struct_def) { in GenNativeTablePost()
2400 void GenFieldTypeHelper(const StructDef &struct_def) { in GenFieldTypeHelper()
2407 void GenIndexBasedFieldGetter(const StructDef &struct_def) { in GenIndexBasedFieldGetter()
2446 void GenFieldNames(const StructDef &struct_def) { in GenFieldNames()
2469 void GenFieldsNumber(const StructDef &struct_def) { in GenFieldsNumber()
2479 void GenTraitsStruct(const StructDef &struct_def) { in GenTraitsStruct()
2569 void GenTable(const StructDef &struct_def) { in GenTable()
2749 void GenBuilders(const StructDef &struct_def) { in GenBuilders()
3359 void GenTablePost(const StructDef &struct_def) { in GenTablePost()
3514 void GenStructDefaultConstructor(const StructDef &struct_def) { in GenStructDefaultConstructor()
3563 void GenStructConstructor(const StructDef &struct_def, in GenStructConstructor()
3661 void GenStruct(const StructDef &struct_def) { in GenStruct()