Searched refs:ClassName (Results 1 – 5 of 5) sorted by relevance
17 #define ABI49_0_0RCT_WRAPPER_FOR_VIEW(ClassName) \ argument21 @interface ClassName \28 @implementation ClassName \36 wrapperView.contentView = [ClassName new]; \43 #define ABI49_0_0RCT_WRAPPER_FOR_VIEW_CONTROLLER(ClassName) … argument47 …@interface ClassName …54 …@implementation ClassName …62 …contentViewControllerHostingView.contentViewController = [[ClassName alloc] initWithNibName:nil bu…
17 #define ABI47_0_0RCT_WRAPPER_FOR_VIEW(ClassName) \ argument21 @interface ClassName##Manager : ABI47_0_0RCTWrapperViewManager \27 @implementation ClassName##Manager \34 wrapperView.contentView = [ClassName new]; \41 #define ABI47_0_0RCT_WRAPPER_FOR_VIEW_CONTROLLER(ClassName) \ argument45 @interface ClassName##Manager : ABI47_0_0RCTWrapperViewManager \51 @implementation ClassName##Manager \60 [[ClassName alloc] initWithNibName:nil bundle:nil]; \
17 #define ABI48_0_0RCT_WRAPPER_FOR_VIEW(ClassName) \ argument21 @interface ClassName \28 @implementation ClassName \36 wrapperView.contentView = [ClassName new]; \43 #define ABI48_0_0RCT_WRAPPER_FOR_VIEW_CONTROLLER(ClassName) … argument47 …@interface ClassName …54 …@implementation ClassName …62 …contentViewControllerHostingView.contentViewController = [[ClassName alloc] initWithNibName:nil bu…
15 import com.squareup.kotlinpoet.ClassName in <lambda>()58 private val clazz: ClassName?,116 private fun resolveConverterType(function: KSFunctionDeclaration): ClassName? { in resolveConverterType()145 forType: ClassName, in generateConverterProvider()148 val typeConverter = ClassName("expo.modules.kotlin.types", "TypeConverter") in generateConverterProvider()150 val kType = ClassName("kotlin.reflect", "KType") in generateConverterProvider()
17 #define SK_DECLARE_INTERNAL_LLIST_INTERFACE(ClassName) \ argument18 friend class SkTInternalLList<ClassName>; \20 SkDEBUGCODE(SkTInternalLList<ClassName>* fList = nullptr;) \21 ClassName* fPrev = nullptr; \22 ClassName* fNext = nullptr