Home
last modified time | relevance | path

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

/external/jsoncpp/src/lib_json/
Djson_writer.cpp419 std::string normalizedComment = normalizeEOL(root.getComment(commentBefore)); in writeCommentBeforeValue() local
420 std::string::const_iterator iter = normalizedComment.begin(); in writeCommentBeforeValue()
421 while (iter != normalizedComment.end()) { in writeCommentBeforeValue()