Home
last modified time | relevance | path

Searched refs:commentAfterOnSameLine (Results 1 – 3 of 3) sorted by relevance

/external/jsoncpp/src/lib_json/
Djson_writer.cpp433 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
434 document_ += " " + normalizeEOL(root.getComment(commentAfterOnSameLine)); in writeCommentAfterValueOnSameLine()
445 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
649 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
650 *document_ << " " + normalizeEOL(root.getComment(commentAfterOnSameLine)); in writeCommentAfterValueOnSameLine()
661 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
Djson_reader.cpp348 placement = commentAfterOnSameLine; in readComment()
359 if (placement == commentAfterOnSameLine) { in addComment()
/external/jsoncpp/include/json/
Dvalue.h50 commentAfterOnSameLine, ///< a comment just after a value on the same line enumerator