Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor.cc2073 string stripped_comment = comment_text; in FormatComment() local
2074 StripWhitespace(&stripped_comment); in FormatComment()
2075 vector<string> lines = Split(stripped_comment, "\n"); in FormatComment()