Searched refs:collectComments_ (Results 1 – 3 of 3) sorted by relevance
91 collectComments_() in Reader()106 collectComments_() in Reader()152 collectComments_ = collectComments; in parse()165 if ( collectComments_ && !commentsBefore_.empty() ) in parse()191 if ( collectComments_ && !commentsBefore_.empty() ) in readValue()225 if ( collectComments_ ) in readValue()380 if ( collectComments_ ) in readComment()400 assert( collectComments_ ); in addComment()
93 collectComments_() in Reader()108 collectComments_() in Reader()154 collectComments_ = collectComments; in parse()167 if ( collectComments_ && !commentsBefore_.empty() ) in parse()193 if ( collectComments_ && !commentsBefore_.empty() ) in readValue()227 if ( collectComments_ ) in readValue()382 if ( collectComments_ ) in readComment()402 assert( collectComments_ ); in addComment()
182 bool collectComments_; variable