Home
last modified time | relevance | path

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

/external/python/cpython3/Doc/library/
Dpprint.rst258 'urls': [{'comment_text': '',
268 {'comment_text': '',
/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.txt2519 For example, to write a user comment string pointed to by comment_text:
2520 jpeg_write_marker(cinfo, JPEG_COM, comment_text, strlen(comment_text));