Home | History | Annotate | Download | only in dist

Lines Matching refs:getComment

3710 std::string Value::getComment(CommentPlacement placement) const {
4485 const std::string& comment = root.getComment(commentBefore);
4501 document_ += " " + root.getComment(commentAfterOnSameLine);
4505 document_ += root.getComment(commentAfter);
4702 const std::string& comment = root.getComment(commentBefore);
4717 *document_ << ' ' << root.getComment(commentAfterOnSameLine);
4721 *document_ << root.getComment(commentAfter);
4983 const std::string& comment = root.getComment(commentBefore);
4999 *sout_ << " " + root.getComment(commentAfterOnSameLine);
5003 *sout_ << root.getComment(commentAfter);