Lines Matching refs:asBool
2108 bool collectComments = settings_["collectComments"].asBool(); in newCharReader()
2110 features.allowComments_ = settings_["allowComments"].asBool(); in newCharReader()
2111 features.strictRoot_ = settings_["strictRoot"].asBool(); in newCharReader()
2112 features.allowDroppedNullPlaceholders_ = settings_["allowDroppedNullPlaceholders"].asBool(); in newCharReader()
2113 features.allowNumericKeys_ = settings_["allowNumericKeys"].asBool(); in newCharReader()
2114 features.allowSingleQuotes_ = settings_["allowSingleQuotes"].asBool(); in newCharReader()
2116 features.failIfExtra_ = settings_["failIfExtra"].asBool(); in newCharReader()
2117 features.rejectDupKeys_ = settings_["rejectDupKeys"].asBool(); in newCharReader()
2118 features.allowSpecialFloats_ = settings_["allowSpecialFloats"].asBool(); in newCharReader()
3212 bool Value::asBool() const { in asBool() function in Json::Value
4329 document_ += valueToString(value.asBool()); in writeValue()
4400 pushValue(valueToString(value.asBool())); in writeValue()
4617 pushValue(valueToString(value.asBool())); in writeValue()
4898 pushValue(valueToString(value.asBool())); in writeValue()
5097 bool eyc = settings_["enableYAMLCompatibility"].asBool(); in newStreamWriter()
5098 bool dnp = settings_["dropNullPlaceholders"].asBool(); in newStreamWriter()
5099 bool usf = settings_["useSpecialFloats"].asBool(); in newStreamWriter()