Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor.cc2055 *output += FormatComment(source_loc_.leading_detached_comments[i]); in AddPreComment()
2060 *output += FormatComment(source_loc_.leading_comments); in AddPreComment()
2066 *output += FormatComment(source_loc_.trailing_comments); in AddPostComment()
2072 string FormatComment(const string& comment_text) { in FormatComment() function in google::protobuf::__anond0d5fb670511::SourceLocationCommentPrinter