Searched refs:attrStr (Results 1 – 6 of 6) sorted by relevance
18 void Test1(CFAttributedStringRef attrStr, CFMutableAttributedStringRef mutable_attrStr)20 id x = (NSAttributedString *) attrStr;22 id x2 = (NSMutableAttributedString *) attrStr;38 void Test3(NDCFAttributedStringRef attrStr, NDCFMutableAttributedStringRef mutable_attrStr)40 id x = (NSAttributedString *) attrStr;42 id x2 = (NSMutableAttributedString *) attrStr;
27 String attrStr = (String) provider.getAttribute("myAttr"); in serialize() local29 gen.writeStringField("aStr", "The value is: " + (attrStr == null ? "NULL" : attrStr)); in serialize()
39 NSMutableAttributedString *attrStr;
388 String attrStr = attr; in indexOfAttribute() local390 attrStr, attrStr.length()); in indexOfAttribute()
389 String attrStr = attr; in indexOfAttribute() local391 attrStr, attrStr.length()); in indexOfAttribute()
4620 const char *attrStr = nullptr; in transferARCOwnershipToDeclaratorChunk() local4623 case Qualifiers::OCL_ExplicitNone: attrStr = "none"; break; in transferARCOwnershipToDeclaratorChunk()4624 case Qualifiers::OCL_Strong: attrStr = "strong"; break; in transferARCOwnershipToDeclaratorChunk()4625 case Qualifiers::OCL_Weak: attrStr = "weak"; break; in transferARCOwnershipToDeclaratorChunk()4626 case Qualifiers::OCL_Autoreleasing: attrStr = "autoreleasing"; break; in transferARCOwnershipToDeclaratorChunk()4630 Arg->Ident = &S.Context.Idents.get(attrStr); in transferARCOwnershipToDeclaratorChunk()