Searched refs:asBool (Results 1 – 6 of 6) sorted by relevance
82 void genInitValue(const clang::APValue &Val, bool asBool = false);
220 void genInitValue(const clang::APValue &Val, bool asBool);
1014 void RSReflectionCpp::genInitValue(const clang::APValue &Val, bool asBool) { in genInitValue() argument1018 if (asBool) { in genInitValue()
1918 void RSReflectionJava::genInitValue(const clang::APValue &Val, bool asBool) { in genInitValue() argument1922 if (asBool) { in genInitValue()
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[all …]
730 bool asBool() const;