Home
last modified time | relevance | path

Searched defs:isBool (Results 1 – 2 of 2) sorted by relevance

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