Lines Matching refs:StructDef
562 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()
1555 void GenOperatorNewDelete(const StructDef &struct_def) { in GenOperatorNewDelete()
1570 void GenNativeTable(const StructDef &struct_def) { in GenNativeTable()
1689 void GenTable(const StructDef &struct_def) { in GenTable()
1952 void GenBuilders(const StructDef &struct_def) { in GenBuilders()
2449 void GenTablePost(const StructDef &struct_def) { in GenTablePost()
2582 void GenStruct(const StructDef &struct_def) { in GenStruct()