Home
last modified time | relevance | path

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

/external/skqp/tools/bookmaker/
DincludeWriter.h143 string enumMemberComment(const Definition* currentEnumItem, const Definition& child) const;
DincludeWriter.cpp45 string comment = this->enumMemberComment(enumItem, child); in checkEnumLengths()
481 string IncludeWriter::enumMemberComment(const Definition* currentEnumItem, in enumMemberComment() function in IncludeWriter
521 string shortComment = this->enumMemberComment(currentEnumItem, child); in enumMemberOut()