Lines Matching refs:asBool
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();
2090 features.failIfExtra_ = settings_["failIfExtra"].asBool();
2091 features.rejectDupKeys_ = settings_["rejectDupKeys"].asBool();
3180 bool Value::asBool() const {
4273 document_ += valueToString(value.asBool());
4344 pushValue(valueToString(value.asBool()));
4562 pushValue(valueToString(value.asBool()));
4836 pushValue(valueToString(value.asBool()));
5036 bool eyc = settings_["enableYAMLCompatibility"].asBool();
5037 bool dnp = settings_["dropNullPlaceholders"].asBool();