Lines Matching defs:comment
1470 //printf("Comment of %s: %s\n", String8(e).string(),
1474 //printf("No comment for %s\n", String8(e).string());
1639 //printf("Got attrs symbols! comment %s=%s\n",
1708 String16 comment = symbols->getComment(realClassName);
1710 if (comment.size() > 0) {
1711 String8 cmt(comment);
1742 String16 comment(sym.comment);
1743 if (comment.size() <= 0) {
1744 comment = getAttributeComment(assets, name8);
1746 if (comment.size() > 0) {
1747 const char16_t* p = comment.string();
1760 comment = String16(comment.string(), p-comment.string());
1767 String8(comment).string());
1818 String16 comment(sym.comment);
1820 if (comment.size() <= 0) {
1821 comment = getAttributeComment(assets, name8, &typeComment);
1839 if (comment.size() > 0) {
1840 String8 cmt(comment);
1862 if (comment.size() > 0) {
1962 String16 comment(sym.comment);
1964 if (comment.size() <= 0) {
1965 comment = getAttributeComment(assets, name8, &typeComment);
2018 String16 comment(sym.comment);
2021 if (comment.size() > 0) {
2023 String8 cmt(comment);
2031 sym.sourcePos.warning("No comment for public symbol %s:%s/%s",
2070 String16 comment(sym.comment);
2072 if (comment.size() > 0) {
2073 String8 cmt(comment);
2083 sym.sourcePos.warning("No comment for public symbol %s:%s/%s",