Home
last modified time | relevance | path

Searched refs:commentBefore (Results 1 – 4 of 4) sorted by relevance

/external/jsoncpp/src/lib_json/
Djson_writer.cpp414 if (!root.hasComment(commentBefore)) in writeCommentBeforeValue()
419 std::string normalizedComment = normalizeEOL(root.getComment(commentBefore)); in writeCommentBeforeValue()
444 return value.hasComment(commentBefore) || in hasCommentForValue()
642 if (!root.hasComment(commentBefore)) in writeCommentBeforeValue()
644 *document_ << normalizeEOL(root.getComment(commentBefore)); in writeCommentBeforeValue()
660 return value.hasComment(commentBefore) || in hasCommentForValue()
Djson_reader.cpp165 currentValue().setComment(commentsBefore_, commentBefore); in readValue()
345 CommentPlacement placement = commentBefore; in readComment()
/external/jsoncpp/src/jsontestrunner/
Dmain.cpp64 if (value.hasComment(Json::commentBefore)) { in printValueTree()
65 fprintf(fout, "%s\n", value.getComment(Json::commentBefore).c_str()); in printValueTree()
/external/jsoncpp/include/json/
Dvalue.h49 commentBefore = 0, ///< a comment placed on the line before a value enumerator