Home
last modified time | relevance | path

Searched refs:methodB (Results 1 – 2 of 2) sorted by relevance

/expo/packages/expo-dev-menu/ios/
H A DDevMenuUtils.swift11 let methodB = class_getInstanceMethod(forClass, selectorB) { in swizzle() variable
15 let impB = method_getImplementation(methodB) in swizzle()
16 let argsTypeB = method_getTypeEncoding(methodB) in swizzle()
21 method_exchangeImplementations(methodA, methodB) in swizzle()
/expo/packages/expo-dev-launcher/ios/
H A DEXDevLauncherUtils.swift11 let methodB = class_getInstanceMethod(forClass, selectorB) { in swizzle() variable
15 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() variable
37 method_setImplementation(methodA, method_getImplementation(methodB)) in swizzleClassMethod()