Searched refs:attrStr (Results 1 – 11 of 11) 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()
223 Attribute parseAttribute(llvm::StringRef attrStr, MLIRContext *context);224 Attribute parseAttribute(llvm::StringRef attrStr, Type type);231 Attribute parseAttribute(llvm::StringRef attrStr, MLIRContext *context,233 Attribute parseAttribute(llvm::StringRef attrStr, Type type, size_t &numRead);
606 Attribute mlir::parseAttribute(StringRef attrStr, MLIRContext *context) { in parseAttribute() argument608 return parseAttribute(attrStr, context, numRead); in parseAttribute()610 Attribute mlir::parseAttribute(StringRef attrStr, Type type) { in parseAttribute() argument612 return parseAttribute(attrStr, type, numRead); in parseAttribute()615 Attribute mlir::parseAttribute(StringRef attrStr, MLIRContext *context, in parseAttribute() argument617 return parseSymbol<Attribute>(attrStr, context, numRead, [](Parser &parser) { in parseAttribute()621 Attribute mlir::parseAttribute(StringRef attrStr, Type type, size_t &numRead) { in parseAttribute() argument623 attrStr, type.getContext(), numRead, in parseAttribute()
39 NSMutableAttributedString *attrStr;
388 String attrStr = attr; in indexOfAttribute() local390 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()
5703 const char *attrStr = nullptr; in transferARCOwnershipToDeclaratorChunk() local5706 case Qualifiers::OCL_ExplicitNone: attrStr = "none"; break; in transferARCOwnershipToDeclaratorChunk()5707 case Qualifiers::OCL_Strong: attrStr = "strong"; break; in transferARCOwnershipToDeclaratorChunk()5708 case Qualifiers::OCL_Weak: attrStr = "weak"; break; in transferARCOwnershipToDeclaratorChunk()5709 case Qualifiers::OCL_Autoreleasing: attrStr = "autoreleasing"; break; in transferARCOwnershipToDeclaratorChunk()5713 Arg->Ident = &S.Context.Idents.get(attrStr); in transferARCOwnershipToDeclaratorChunk()
META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...