Home
last modified time | relevance | path

Searched refs:shortComment (Results 1 – 1 of 1) sorted by relevance

/external/skqp/tools/bookmaker/
DincludeWriter.cpp484 string shortComment; in enumMemberComment() local
487 shortComment = string(constItem->fContentStart, constItem->length()); in enumMemberComment()
491 if (!shortComment.length()) { in enumMemberComment()
494 return shortComment; in enumMemberComment()
521 string shortComment = this->enumMemberComment(currentEnumItem, child); in enumMemberOut() local
527 int trimNeeded = enumItemCommentTab + shortComment.length() - (100 - (sizeof("//!< ") - 1)); in enumMemberOut()
549 } else if (valueLength + fIndent + 8 + shortComment.length() > // 8: addtional indent in enumMemberOut()
580 this->rewriteBlock(shortComment.length(), shortComment.c_str(), Phrase::kYes); in enumMemberOut()