Searched refs:allowComments_ (Results 1 – 4 of 4) sorted by relevance
42 bool allowComments_; variable
35 : allowComments_(true), strictRoot_(false), in Features()42 features.allowComments_ = false; in strictMode()114 if (!features_.allowComments_) { in parse()225 if (features_.allowComments_) { in skipCommentTokens()
247 : allowComments_(true), strictRoot_(false), in Features()254 features.allowComments_ = false; in strictMode()309 if (!features_.allowComments_) { in parse()432 if (features_.allowComments_) { in skipCommentTokens()1083 bool allowComments_; member in Json::OurFeatures1233 if (!features_.allowComments_) { in parse()1381 if (features_.allowComments_) { in skipCommentTokens()2110 features.allowComments_ = settings_["allowComments"].asBool(); in newCharReader()
356 bool allowComments_; variable