Searched refs:allowNumericKeys_ (Results 1 – 4 of 4) sorted by relevance
52 bool allowNumericKeys_; variable
36 allowDroppedNullPlaceholders_(false), allowNumericKeys_(false) {} in Features()45 features.allowNumericKeys_ = false; in strictMode()423 } else if (tokenName.type_ == tokenNumber && features_.allowNumericKeys_) { in readObject()
248 allowDroppedNullPlaceholders_(false), allowNumericKeys_(false) {} in Features()257 features.allowNumericKeys_ = false; in strictMode()664 } else if (tokenName.type_ == tokenNumber && features_.allowNumericKeys_) { in readObject()1086 bool allowNumericKeys_; member in Json::OurFeatures1640 } else if (tokenName.type_ == tokenNumber && features_.allowNumericKeys_) { in readObject()2113 features.allowNumericKeys_ = settings_["allowNumericKeys"].asBool(); in newCharReader()
366 bool allowNumericKeys_; variable