• Home
  • Raw
  • Download

Lines Matching refs:StructDef

705   static std::string NativeName(const std::string &name, const StructDef *sd,  in NativeName()
711 std::string WrapNativeNameInNameSpace(const StructDef &struct_def, in WrapNativeNameInNameSpace()
931 std::string TableCreateSignature(const StructDef &struct_def, bool predecl, in TableCreateSignature()
940 std::string TablePackSignature(const StructDef &struct_def, bool inclass, in TablePackSignature()
950 std::string TableUnPackSignature(const StructDef &struct_def, bool inclass, in TableUnPackSignature()
958 std::string TableUnPackToSignature(const StructDef &struct_def, bool inclass, in TableUnPackToSignature()
966 void GenMiniReflectPre(const StructDef *struct_def) { in GenMiniReflectPre()
972 void GenMiniReflect(const StructDef *struct_def, const EnumDef *enum_def) { in GenMiniReflect()
1619 void GenFullyQualifiedNameGetter(const StructDef &struct_def, in GenFullyQualifiedNameGetter()
1740 void GenDefaultConstructor(const StructDef &struct_def) { in GenDefaultConstructor()
1788 void GenCompareOperator(const StructDef &struct_def, in GenCompareOperator()
1835 void GenOperatorNewDelete(const StructDef &struct_def) { in GenOperatorNewDelete()
1850 void GenNativeTable(const StructDef &struct_def) { in GenNativeTable()
2068 void GenFieldTypeHelper(const StructDef &struct_def) { in GenFieldTypeHelper()
2075 void GenIndexBasedFieldGetter(const StructDef &struct_def) { in GenIndexBasedFieldGetter()
2114 void GenFieldNames(const StructDef &struct_def) { in GenFieldNames()
2143 void GenFieldsNumber(const StructDef &struct_def) { in GenFieldsNumber()
2153 void GenTraitsStruct(const StructDef &struct_def) { in GenTraitsStruct()
2218 void GenTable(const StructDef &struct_def) { in GenTable()
2408 void GenBuilders(const StructDef &struct_def) { in GenBuilders()
2981 void GenTablePost(const StructDef &struct_def) { in GenTablePost()
3131 void GenStructDefaultConstructor(const StructDef &struct_def) { in GenStructDefaultConstructor()
3180 void GenStructConstructor(const StructDef &struct_def, in GenStructConstructor()
3278 void GenStruct(const StructDef &struct_def) { in GenStruct()