Searched refs:commentsBefore_ (Results 1 – 2 of 2) sorted by relevance
276 lastValue_(), commentsBefore_(), features_(Features::all()), in Reader()281 lastValue_(), commentsBefore_(), features_(features), collectComments_() { in Reader()319 commentsBefore_ = ""; in parse()329 if (collectComments_ && !commentsBefore_.empty()) in parse()330 root.setComment(commentsBefore_, commentAfter); in parse()359 if (collectComments_ && !commentsBefore_.empty()) { in readValue()360 currentValue().setComment(commentsBefore_, commentBefore); in readValue()361 commentsBefore_ = ""; in readValue()583 commentsBefore_ += normalized; in addComment()1213 std::string commentsBefore_; member in Json::OurReader[all …]
1488 std::string commentsBefore_; variable