Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor.cc2072 string FormatComment(const string& comment_text) { in FormatComment() argument
2073 string stripped_comment = comment_text; in FormatComment()
/external/libjpeg-turbo/
Dlibjpeg.txt2521 For example, to write a user comment string pointed to by comment_text:
2522 jpeg_write_marker(cinfo, JPEG_COM, comment_text, strlen(comment_text));