Lines Matching refs:commentsBefore_
319 lastValue_(), commentsBefore_(), features_(Features::all()), in Reader()
324 lastValue_(), commentsBefore_(), features_(features), collectComments_() { in Reader()
362 commentsBefore_.clear(); in parse()
371 if (collectComments_ && !commentsBefore_.empty()) in parse()
372 root.setComment(commentsBefore_, commentAfter); in parse()
399 if (collectComments_ && !commentsBefore_.empty()) { in readValue()
400 currentValue().setComment(commentsBefore_, commentBefore); in readValue()
401 commentsBefore_.clear(); in readValue()
622 commentsBefore_ += normalized; in addComment()
1256 JSONCPP_STRING commentsBefore_; member in AlibabaCloud::OSS::Json::OurReader
1273 lastValue_(), commentsBefore_(), in OurReader()
1291 commentsBefore_.clear(); in parse()
1306 if (collectComments_ && !commentsBefore_.empty()) in parse()
1307 root.setComment(commentsBefore_, commentAfter); in parse()
1331 if (collectComments_ && !commentsBefore_.empty()) { in readValue()
1332 currentValue().setComment(commentsBefore_, commentBefore); in readValue()
1333 commentsBefore_.clear(); in readValue()
1607 commentsBefore_ += normalized; in addComment()