Lines Matching refs:settings_
2076 setDefaults(&settings_);
2082 bool collectComments = settings_["collectComments"].asBool();
2084 features.allowComments_ = settings_["allowComments"].asBool();
2085 features.strictRoot_ = settings_["strictRoot"].asBool();
2086 features.allowDroppedNullPlaceholders_ = settings_["allowDroppedNullPlaceholders"].asBool();
2087 features.allowNumericKeys_ = settings_["allowNumericKeys"].asBool();
2088 features.allowSingleQuotes_ = settings_["allowSingleQuotes"].asBool();
2089 features.stackLimit_ = settings_["stackLimit"].asInt();
2090 features.failIfExtra_ = settings_["failIfExtra"].asBool();
2091 features.rejectDupKeys_ = settings_["rejectDupKeys"].asBool();
2114 Value::Members keys = settings_.getMemberNames();
2119 inv[key] = settings_[key];
2126 return settings_[key];
5028 setDefaults(&settings_);
5034 std::string indentation = settings_["indentation"].asString();
5035 std::string cs_str = settings_["commentStyle"].asString();
5036 bool eyc = settings_["enableYAMLCompatibility"].asBool();
5037 bool dnp = settings_["dropNullPlaceholders"].asBool();
5076 Value::Members keys = settings_.getMemberNames();
5081 inv[key] = settings_[key];
5088 return settings_[key];