Searched defs:isBool (Results 1 – 2 of 2) sorted by relevance
574 bool isBool = !strcmp(TypeName.c_str(), "bool"); in genGetterAndSetter() local609 bool isBool = !strcmp(TypeName.c_str(), "bool"); in genPointerTypeExportVariable() local
3631 bool Value::isBool() const { return type_ == booleanValue; } in isBool() function in Json::Value