Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Ddescriptor.cc2399 *output += FormatComment(source_loc_.leading_detached_comments[i]); in AddPreComment()
2404 *output += FormatComment(source_loc_.leading_comments); in AddPreComment()
2410 *output += FormatComment(source_loc_.trailing_comments); in AddPostComment()
2416 std::string FormatComment(const std::string& comment_text) { in FormatComment() function in google::protobuf::__anon0db35b980411::SourceLocationCommentPrinter