Searched refs:allowDroppedNullPlaceholders_ (Results 1 – 2 of 2) sorted by relevance
248 allowDroppedNullPlaceholders_(false), allowNumericKeys_(false) {} in Features()256 features.allowDroppedNullPlaceholders_ = false; in strictMode()406 if (features_.allowDroppedNullPlaceholders_) { in readValue()1085 bool allowDroppedNullPlaceholders_; member in Json::OurFeatures1355 if (features_.allowDroppedNullPlaceholders_) { in readValue()2112 features.allowDroppedNullPlaceholders_ = settings_["allowDroppedNullPlaceholders"].asBool(); in newCharReader()
363 bool allowDroppedNullPlaceholders_; variable