Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:Desc

381                                     std::string Tag, std::string Desc);
3468 std::string Desc) {
3473 S += " struct " + Desc;
3474 S += "* Desc;\n";
3477 Constructor += "struct " + Desc; // Descriptor pointer.
3478 Constructor += " *desc";
3564 Constructor += " Desc = desc;\n";
3573 Constructor += " Desc = desc;\n";