Searched refs:methodB (Results 1 – 2 of 2) sorted by relevance
11 let methodB = class_getInstanceMethod(forClass, selectorB) { in swizzle() variable15 let impB = method_getImplementation(methodB) in swizzle()16 let argsTypeB = method_getTypeEncoding(methodB) in swizzle()21 method_exchangeImplementations(methodA, methodB) in swizzle()
11 let methodB = class_getInstanceMethod(forClass, selectorB) { in swizzle() variable15 let impB = method_getImplementation(methodB) in swizzle()16 let argsTypeB = method_getTypeEncoding(methodB) in swizzle()21 method_exchangeImplementations(methodA, methodB) in swizzle()32 let methodB = class_getClassMethod(forClass, selectorB) { in swizzleClassMethod() variable37 method_setImplementation(methodA, method_getImplementation(methodB)) in swizzleClassMethod()