Home
last modified time | relevance | path

Searched refs:asBool (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_reflection_cpp.h82 void genInitValue(const clang::APValue &Val, bool asBool = false);
Dslang_rs_reflection.h220 void genInitValue(const clang::APValue &Val, bool asBool);
Dslang_rs_reflection_cpp.cpp1014 void RSReflectionCpp::genInitValue(const clang::APValue &Val, bool asBool) { in genInitValue() argument
1018 if (asBool) { in genInitValue()
Dslang_rs_reflection.cpp1918 void RSReflectionJava::genInitValue(const clang::APValue &Val, bool asBool) { in genInitValue() argument
1922 if (asBool) { in genInitValue()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/third_party/jsoncpp/
Djsoncpp.cpp2108 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 …]
Djson.h730 bool asBool() const;