Lines Matching refs:asBool
1897 bool collectComments = settings_["collectComments"].asBool(); in newCharReader()
1899 features.allowComments_ = settings_["allowComments"].asBool(); in newCharReader()
1900 features.allowTrailingCommas_ = settings_["allowTrailingCommas"].asBool(); in newCharReader()
1901 features.strictRoot_ = settings_["strictRoot"].asBool(); in newCharReader()
1903 settings_["allowDroppedNullPlaceholders"].asBool(); in newCharReader()
1904 features.allowNumericKeys_ = settings_["allowNumericKeys"].asBool(); in newCharReader()
1905 features.allowSingleQuotes_ = settings_["allowSingleQuotes"].asBool(); in newCharReader()
1910 features.failIfExtra_ = settings_["failIfExtra"].asBool(); in newCharReader()
1911 features.rejectDupKeys_ = settings_["rejectDupKeys"].asBool(); in newCharReader()
1912 features.allowSpecialFloats_ = settings_["allowSpecialFloats"].asBool(); in newCharReader()
1913 features.skipBom_ = settings_["skipBom"].asBool(); in newCharReader()