Searched refs:MakeComment (Results 1 – 5 of 5) sorted by relevance
110 string MakeComment(StringPiece text, StringPiece indent) { in MakeComment() function683 comment = MakeComment(comment, ""); in OpInfo()717 attr_comment = MakeComment(attr_comment, " "); in GetOpAttrStruct()761 string struct_decl = MakeComment(attrs_comment, " "); in GetOpAttrStruct()
108 comment_body = MakeComment(MakeChangeLogBody(commit_messages))
150 comment_body = MakeComment(MakeChangeLogBody(commit_messages))
100 MakeComment(" Line 1\n Line 2\n"))102 MakeComment("Line 1\n Line 2"))
102 def MakeComment(text): function