Lines Matching refs:collectComments_
320 collectComments_() {} in Reader()
324 lastValue_(), commentsBefore_(), features_(features), collectComments_() { in Reader()
358 collectComments_ = collectComments; in parse()
371 if (collectComments_ && !commentsBefore_.empty()) in parse()
399 if (collectComments_ && !commentsBefore_.empty()) { in readValue()
462 if (collectComments_) { in readValue()
583 if (collectComments_) { in readComment()
616 assert(collectComments_); in addComment()
1259 bool collectComments_; member in AlibabaCloud::OSS::Json::OurReader
1274 features_(features), collectComments_() { in OurReader()
1287 collectComments_ = collectComments; in parse()
1306 if (collectComments_ && !commentsBefore_.empty()) in parse()
1331 if (collectComments_ && !commentsBefore_.empty()) { in readValue()
1418 if (collectComments_) { in readValue()
1568 if (collectComments_) { in readComment()
1601 assert(collectComments_); in addComment()
2148 bool const collectComments_; member in AlibabaCloud::OSS::Json::OurCharReader
2154 : collectComments_(collectComments) in OurCharReader()
2160 bool ok = reader_.parse(beginDoc, endDoc, *root, collectComments_); in parse()