Home
last modified time | relevance | path

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

/third_party/boost/boost/iostreams/filter/
Dgzip.hpp654 bool has_comment = !p.comment.empty(); in basic_gzip_compressor() local
659 (has_comment ? p.comment.size() + 1 : 0); in basic_gzip_compressor()
664 (has_comment ? gzip::flags::comment : 0); in basic_gzip_compressor()
687 if (has_comment) { in basic_gzip_compressor()
/third_party/mindspore/mindspore/ccsrc/debug/
Danf_ir_utils.cc466 bool has_comment = false; in OutputStatementComment() local
472 if (!has_comment) { in OutputStatementComment()
473 has_comment = true; in OutputStatementComment()
481 if (has_comment) { in OutputStatementComment()