Searched refs:has_comment (Results 1 – 2 of 2) sorted by relevance
654 bool has_comment = !p.comment.empty(); in basic_gzip_compressor() local659 (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()
466 bool has_comment = false; in OutputStatementComment() local472 if (!has_comment) { in OutputStatementComment()473 has_comment = true; in OutputStatementComment()481 if (has_comment) { in OutputStatementComment()