Searched defs:InterfaceType (Results 1 – 9 of 9) sorted by relevance
100 using InterfaceType = IEventCallable<EventType, Ret, Args...>; variable
60 enum class InterfaceType { enum
318 using InterfaceType = BASE_NS::conditional_t<BASE_NS::is_const_v<Type>, const IT*, IT*>; variable362 using InterfaceType = PropertyBaseType<Property>*; variable
270 using InterfaceType = BASE_NS::conditional_t<BASE_NS::is_const_v<Type>, const IT*, IT*>; variable315 using InterfaceType = ArrayPropertyBaseType<Property>*; variable
61 enum InterfaceType { enum
22 using InterfaceType = InterfaceInfo::InterfaceType; typedef
2805 export interface InterfaceType extends ObjectType { interface6105 isClassOrInterface(): this is InterfaceType; property6106 isClass(): this is InterfaceType; property