Lines Matching refs:asBool
2082 bool collectComments = settings_["collectComments"].asBool(); in newCharReader()
2084 features.allowComments_ = settings_["allowComments"].asBool(); in newCharReader()
2085 features.strictRoot_ = settings_["strictRoot"].asBool(); in newCharReader()
2086 features.allowDroppedNullPlaceholders_ = settings_["allowDroppedNullPlaceholders"].asBool(); in newCharReader()
2087 features.allowNumericKeys_ = settings_["allowNumericKeys"].asBool(); in newCharReader()
2088 features.allowSingleQuotes_ = settings_["allowSingleQuotes"].asBool(); in newCharReader()
2090 features.failIfExtra_ = settings_["failIfExtra"].asBool(); in newCharReader()
2091 features.rejectDupKeys_ = settings_["rejectDupKeys"].asBool(); in newCharReader()
3180 bool Value::asBool() const { in asBool() function in Json::Value
4273 document_ += valueToString(value.asBool()); in writeValue()
4344 pushValue(valueToString(value.asBool())); in writeValue()
4562 pushValue(valueToString(value.asBool())); in writeValue()
4836 pushValue(valueToString(value.asBool())); in writeValue()
5036 bool eyc = settings_["enableYAMLCompatibility"].asBool(); in newStreamWriter()
5037 bool dnp = settings_["dropNullPlaceholders"].asBool(); in newStreamWriter()