Home | History | Annotate | Download | only in jsoncpp

Lines Matching refs:settings_

2102   setDefaults(&settings_);
2108 bool collectComments = settings_["collectComments"].asBool();
2110 features.allowComments_ = settings_["allowComments"].asBool();
2111 features.strictRoot_ = settings_["strictRoot"].asBool();
2112 features.allowDroppedNullPlaceholders_ = settings_["allowDroppedNullPlaceholders"].asBool();
2113 features.allowNumericKeys_ = settings_["allowNumericKeys"].asBool();
2114 features.allowSingleQuotes_ = settings_["allowSingleQuotes"].asBool();
2115 features.stackLimit_ = settings_["stackLimit"].asInt();
2116 features.failIfExtra_ = settings_["failIfExtra"].asBool();
2117 features.rejectDupKeys_ = settings_["rejectDupKeys"].asBool();
2118 features.allowSpecialFloats_ = settings_["allowSpecialFloats"].asBool();
2142 Value::Members keys = settings_.getMemberNames();
2147 inv[key] = settings_[key];
2154 return settings_[key];
5089 setDefaults(&settings_);
5095 std::string indentation = settings_
5096 std::string cs_str = settings_["commentStyle"].asString();
5097 bool eyc = settings_["enableYAMLCompatibility"].asBool();
5098 bool dnp = settings_["dropNullPlaceholders"].asBool();
5099 bool usf = settings_["useSpecialFloats"].asBool();
5100 unsigned int pre = settings_["precision"].asUInt();
5142 Value::Members keys = settings_.getMemberNames();
5147 inv[key] = settings_[key];
5154 return settings_[key];