Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.cc2076 string stripped_comment = comment_text; in FormatComment() local
2077 StripWhitespace(&stripped_comment); in FormatComment()
2078 vector<string> lines = Split(stripped_comment, "\n"); in FormatComment()