Lines Matching refs:commentsBefore_
124 commentsBefore_.clear(); in parse()
133 if (collectComments_ && !commentsBefore_.empty()) in parse()
134 root.setComment(commentsBefore_, commentAfter); in parse()
163 if (collectComments_ && !commentsBefore_.empty()) { in readValue()
164 currentValue().setComment(commentsBefore_, commentBefore); in readValue()
165 commentsBefore_.clear(); in readValue()
380 commentsBefore_ += normalized; in addComment()
989 String commentsBefore_{}; member in Json::OurReader
1016 commentsBefore_.clear(); in parse()
1032 if (collectComments_ && !commentsBefore_.empty()) in parse()
1033 root.setComment(commentsBefore_, commentAfter); in parse()
1058 if (collectComments_ && !commentsBefore_.empty()) { in readValue()
1059 currentValue().setComment(commentsBefore_, commentBefore); in readValue()
1060 commentsBefore_.clear(); in readValue()
1356 commentsBefore_ += normalized; in addComment()