Searched refs:isBool (Results 1 – 3 of 3) sorted by relevance
574 bool isBool = !strcmp(TypeName.c_str(), "bool"); in genGetterAndSetter() local576 genInitValue(val, isBool); in genGetterAndSetter()609 bool isBool = !strcmp(TypeName.c_str(), "bool"); in genPointerTypeExportVariable() local611 genInitValue(val, isBool); in genPointerTypeExportVariable()
733 bool isBool() const;
3631 bool Value::isBool() const { return type_ == booleanValue; } in isBool() function in Json::Value