HomeSort by relevance Sort by last modified time
    Searched refs:commentBefore (Results 1 - 4 of 4) sorted by null

  /external/jsoncpp/src/lib_json/
json_writer.cpp 414 if (!root.hasComment(commentBefore))
419 std::string normalizedComment = normalizeEOL(root.getComment(commentBefore));
444 return value.hasComment(commentBefore) ||
642 if (!root.hasComment(commentBefore))
644 *document_ << normalizeEOL(root.getComment(commentBefore));
660 return value.hasComment(commentBefore) ||
json_reader.cpp 165 currentValue().setComment(commentsBefore_, commentBefore);
345 CommentPlacement placement = commentBefore;
  /external/jsoncpp/src/jsontestrunner/
main.cpp 64 if (value.hasComment(Json::commentBefore)) {
65 fprintf(fout, "%s\n", value.getComment(Json::commentBefore).c_str());
  /external/jsoncpp/include/json/
value.h 49 commentBefore = 0, ///< a comment placed on the line before a value

Completed in 619 milliseconds