Home
last modified time | relevance | path

Searched refs:isBool (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_reflection_cpp.cpp574 bool isBool = !strcmp(TypeName.c_str(), "bool"); in genGetterAndSetter() local
576 genInitValue(val, isBool); in genGetterAndSetter()
609 bool isBool = !strcmp(TypeName.c_str(), "bool"); in genPointerTypeExportVariable() local
611 genInitValue(val, isBool); in genPointerTypeExportVariable()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/third_party/jsoncpp/
Djson.h733 bool isBool() const;
Djsoncpp.cpp3631 bool Value::isBool() const { return type_ == booleanValue; } in isBool() function in Json::Value