Lines Matching refs:collectComments_
120 collectComments_ = collectComments; in parse()
133 if (collectComments_ && !commentsBefore_.empty()) in parse()
163 if (collectComments_ && !commentsBefore_.empty()) { in readValue()
220 if (collectComments_) { in readValue()
341 if (collectComments_) { in readComment()
374 assert(collectComments_); in addComment()
992 bool collectComments_ = false; member in Json::OurReader
1012 collectComments_ = collectComments; in parse()
1032 if (collectComments_ && !commentsBefore_.empty()) in parse()
1058 if (collectComments_ && !commentsBefore_.empty()) { in readValue()
1133 if (collectComments_) { in readValue()
1311 if (collectComments_) { in readComment()
1350 assert(collectComments_); in addComment()
1865 bool const collectComments_; member in Json::OurCharReader
1870 : collectComments_(collectComments), reader_(features) {} in OurCharReader()
1873 bool ok = reader_.parse(beginDoc, endDoc, *root, collectComments_); in parse()