Searched refs:FormatComment (Results 1 – 1 of 1) sorted by relevance
2377 *output += FormatComment(source_loc_.leading_detached_comments[i]); in AddPreComment()2382 *output += FormatComment(source_loc_.leading_comments); in AddPreComment()2388 *output += FormatComment(source_loc_.trailing_comments); in AddPostComment()2394 std::string FormatComment(const std::string& comment_text) { in FormatComment() function in google::protobuf::__anoneb3ce4ee0411::SourceLocationCommentPrinter