Searched refs:strictRoot_ (Results 1 – 2 of 2) sorted by relevance
247 : allowComments_(true), strictRoot_(false), in Features()255 features.strictRoot_ = true; in strictMode()331 if (features_.strictRoot_) { in parse()1084 bool strictRoot_; member in Json::OurFeatures1261 if (features_.strictRoot_) { in parse()2111 features.strictRoot_ = settings_["strictRoot"].asBool(); in newCharReader()
360 bool strictRoot_; variable