/third_party/typescript/tests/cases/compiler/ |
D | styledComponentsInstantiaionLimitNotReached.ts | 47 S extends React.ComponentType<any>, 64 C extends keyof JSX.IntrinsicElements | React.ComponentType<any>, 72 NonReactStatics<C extends React.ComponentType<any> ? C : never>; 76 C extends string | React.ComponentType<any>, 91 C extends IntrinsicElementsKeys | React.ComponentType<any> ? C : never 100 C extends IntrinsicElementsKeys | React.ComponentType<any> ? C : never 121 type WithChildrenIfReactComponentClass<C extends string | React.ComponentType<any>> = C extends Rea… 134 C extends string | React.ComponentType<any>, 138 F extends string | React.ComponentType<any> = C 156 C extends string | React.ComponentType<any>, [all …]
|
D | jsxNamespaceGlobalReexportMissingAliasTarget.tsx | 43 export type ComponentType<T = {}> = {}; 52 ComponentType, 68 type: ComponentType<P>, 81 type: ComponentType<P>, 94 type: ComponentType<P>,
|
D | jsxNamespaceImplicitImportJSXNamespace.tsx | 42 export type ComponentType<T = {}> = {}; 51 ComponentType, 67 type: ComponentType<P>, 81 type: ComponentType<P>, 95 type: ComponentType<P>,
|
D | circularlyConstrainedMappedTypeContainingConditionalNoInfiniteInstantiationDepth.ts | 32 type ComponentType<P = {}> = ComponentClass<P> | FunctionComponent<P>; property in Component 42 export type GetProps<C> = C extends ComponentType<infer P> ? P : never; 45 C extends ComponentType<any>, 62 <C extends ComponentType<Matching<TInjectedProps, GetProps<C>>>>(
|
D | jsxNamespaceGlobalReexport.tsx | 43 export type ComponentType<T = {}> = {}; 52 ComponentType, 68 type: ComponentType<P>, 81 type: ComponentType<P>, 94 type: ComponentType<P>,
|
D | tsxInvokeComponentType.tsx | 5 import React, { ComponentType } from "react"; 7 declare const Elem: ComponentType<{ someKey: string }>; 13 declare const Elem2: ComponentType<{ opt?: number }>;
|
/third_party/typescript/tests/baselines/reference/ |
D | tsxInvokeComponentType.types | 3 import React, { ComponentType } from "react"; 5 >ComponentType : any 7 declare const Elem: ComponentType<{ someKey: string }>; 8 >Elem : React.ComponentType<{ someKey: string; }> 14 >Elem : React.ComponentType<{ someKey: string; }> 19 >Elem : React.ComponentType<{ someKey: string; }> 22 declare const Elem2: ComponentType<{ opt?: number }>; 23 >Elem2 : React.ComponentType<{ opt?: number | undefined; }> 29 >Elem2 : React.ComponentType<{ opt?: number | undefined; }> 30 >Elem2 : React.ComponentType<{ opt?: number | undefined; }>
|
D | styledComponentsInstantiaionLimitNotReached.js | 48 S extends React.ComponentType<any>, 65 C extends keyof JSX.IntrinsicElements | React.ComponentType<any>, 73 NonReactStatics<C extends React.ComponentType<any> ? C : never>; 77 C extends string | React.ComponentType<any>, 92 C extends IntrinsicElementsKeys | React.ComponentType<any> ? C : never 101 C extends IntrinsicElementsKeys | React.ComponentType<any> ? C : never 122 type WithChildrenIfReactComponentClass<C extends string | React.ComponentType<any>> = C extends Rea… 135 C extends string | React.ComponentType<any>, 139 F extends string | React.ComponentType<any> = C 157 C extends string | React.ComponentType<any>, [all …]
|
D | tsxInvokeComponentType.symbols | 3 import React, { ComponentType } from "react"; 5 >ComponentType : Symbol(ComponentType, Decl(tsxInvokeComponentType.tsx, 1, 15)) 7 declare const Elem: ComponentType<{ someKey: string }>; 9 >ComponentType : Symbol(ComponentType, Decl(tsxInvokeComponentType.tsx, 1, 15)) 21 declare const Elem2: ComponentType<{ opt?: number }>; 23 >ComponentType : Symbol(ComponentType, Decl(tsxInvokeComponentType.tsx, 1, 15))
|
D | jsxNamespaceGlobalReexportMissingAliasTarget.types | 50 export type ComponentType<T = {}> = {}; 51 >ComponentType : ComponentType<T> 73 ComponentType, 74 >ComponentType : any 93 …?: ComponentChild;}, key?: string | undefined): VNode<any>; <P>(type: ComponentType<P>, props: P &… 113 …hild | undefined; }, key?: string | undefined): VNode<any>; <P>(type: ComponentType<P>, props: Att… 115 type: ComponentType<P>, 116 >type : ComponentType<P> 128 … ComponentChild[];}, key?: string | undefined): VNode<any>; <P>(type: ComponentType<P>, props: P &… 148 …ld[] | undefined; }, key?: string | undefined): VNode<any>; <P>(type: ComponentType<P>, props: Att… [all …]
|
D | jsxNamespaceImplicitImportJSXNamespace.types | 50 export type ComponentType<T = {}> = {}; 51 >ComponentType : ComponentType<T> 73 ComponentType, 74 >ComponentType : any 93 …?: ComponentChild;}, key?: string | undefined): VNode<any>; <P>(type: ComponentType<P>, props: P &… 113 …hild | undefined; }, key?: string | undefined): VNode<any>; <P>(type: ComponentType<P>, props: Att… 115 type: ComponentType<P>, 116 >type : ComponentType<P> 129 … ComponentChild[];}, key?: string | undefined): VNode<any>; <P>(type: ComponentType<P>, props: P &… 149 …ld[] | undefined; }, key?: string | undefined): VNode<any>; <P>(type: ComponentType<P>, props: Att… [all …]
|
D | jsxNamespaceGlobalReexport.types | 50 export type ComponentType<T = {}> = {}; 51 >ComponentType : ComponentType<T> 73 ComponentType, 74 >ComponentType : any 93 …?: ComponentChild;}, key?: string | undefined): VNode<any>; <P>(type: ComponentType<P>, props: P &… 113 …hild | undefined; }, key?: string | undefined): VNode<any>; <P>(type: ComponentType<P>, props: Att… 115 type: ComponentType<P>, 116 >type : ComponentType<P> 128 … ComponentChild[];}, key?: string | undefined): VNode<any>; <P>(type: ComponentType<P>, props: P &… 148 …ld[] | undefined; }, key?: string | undefined): VNode<any>; <P>(type: ComponentType<P>, props: Att… [all …]
|
D | styledComponentsInstantiaionLimitNotReached.symbols | 113 S extends React.ComponentType<any>, 116 >ComponentType : Symbol(React.ComponentType, Decl(react16.d.ts, 117, 60)) 170 C extends keyof JSX.IntrinsicElements | React.ComponentType<any>, 175 >ComponentType : Symbol(React.ComponentType, Decl(react16.d.ts, 117, 60)) 196 NonReactStatics<C extends React.ComponentType<any> ? C : never>; 200 >ComponentType : Symbol(React.ComponentType, Decl(react16.d.ts, 117, 60)) 207 C extends string | React.ComponentType<any>, 210 >ComponentType : Symbol(React.ComponentType, Decl(react16.d.ts, 117, 60)) 245 C extends IntrinsicElementsKeys | React.ComponentType<any> ? C : never 249 >ComponentType : Symbol(React.ComponentType, Decl(react16.d.ts, 117, 60)) [all …]
|
D | styledComponentsInstantiaionLimitNotReached.types | 134 S extends React.ComponentType<any>, 164 C extends keyof JSX.IntrinsicElements | React.ComponentType<any>, 175 NonReactStatics<C extends React.ComponentType<any> ? C : never>; 182 C extends string | React.ComponentType<any>, 201 C extends IntrinsicElementsKeys | React.ComponentType<any> ? C : never 214 C extends IntrinsicElementsKeys | React.ComponentType<any> ? C : never 241 type WithChildrenIfReactComponentClass<C extends string | React.ComponentType<any>> = C extends Rea… 274 C extends string | React.ComponentType<any>, 280 F extends string | React.ComponentType<any> = C 306 C extends string | React.ComponentType<any>, [all …]
|
D | unionAndIntersectionInference3.types | 153 export type ComponentType<P> = FunctionComponent<P> | ComponentClass<P>; 154 >ComponentType : ComponentType<P> 160 …thRouter : <P extends RouteComponentProps, C extends ComponentType<P>>(component: C & ComponentTyp… 163 C extends ComponentType<P> 165 component: C & ComponentType<P> 166 >component : C & ComponentType<P> 173 declare const MyComponent: ComponentType<Props>; 174 >MyComponent : ComponentType<Props> 178 …thRouter : <P extends RouteComponentProps, C extends ComponentType<P>>(component: C & ComponentTyp… 179 >MyComponent : ComponentType<Props>
|
D | jsxNamespaceImplicitImportJSXNamespace.symbols | 97 export type ComponentType<T = {}> = {}; 98 >ComponentType : Symbol(ComponentType, Decl(index.d.ts, 36, 37)) 124 ComponentType, 125 >ComponentType : Symbol(ComponentType, Decl(index.d.ts, 1, 8)) 173 type: ComponentType<P>, 175 >ComponentType : Symbol(ComponentType, Decl(index.d.ts, 1, 8)) 222 type: ComponentType<P>, 224 >ComponentType : Symbol(ComponentType, Decl(index.d.ts, 1, 8)) 271 type: ComponentType<P>, 273 >ComponentType : Symbol(ComponentType, Decl(index.d.ts, 1, 8))
|
D | jsxNamespaceGlobalReexportMissingAliasTarget.symbols | 97 export type ComponentType<T = {}> = {}; 98 >ComponentType : Symbol(ComponentType, Decl(index.d.ts, 36, 37)) 124 ComponentType, 125 >ComponentType : Symbol(ComponentType, Decl(index.d.ts, 1, 8)) 173 type: ComponentType<P>, 175 >ComponentType : Symbol(ComponentType, Decl(index.d.ts, 1, 8)) 221 type: ComponentType<P>, 223 >ComponentType : Symbol(ComponentType, Decl(index.d.ts, 1, 8)) 269 type: ComponentType<P>, 271 >ComponentType : Symbol(ComponentType, Decl(index.d.ts, 1, 8))
|
D | jsxNamespaceGlobalReexport.symbols | 97 export type ComponentType<T = {}> = {}; 98 >ComponentType : Symbol(ComponentType, Decl(index.d.ts, 36, 37)) 124 ComponentType, 125 >ComponentType : Symbol(ComponentType, Decl(index.d.ts, 1, 8)) 173 type: ComponentType<P>, 175 >ComponentType : Symbol(ComponentType, Decl(index.d.ts, 1, 8)) 221 type: ComponentType<P>, 223 >ComponentType : Symbol(ComponentType, Decl(index.d.ts, 1, 8)) 269 type: ComponentType<P>, 271 >ComponentType : Symbol(ComponentType, Decl(index.d.ts, 1, 8))
|
D | jsxNamespaceImplicitImportJSXNamespace.js | 41 export type ComponentType<T = {}> = {}; 50 ComponentType, 66 type: ComponentType<P>, 80 type: ComponentType<P>, 94 type: ComponentType<P>,
|
D | jsxNamespaceGlobalReexportMissingAliasTarget.js | 41 export type ComponentType<T = {}> = {}; 50 ComponentType, 66 type: ComponentType<P>, 79 type: ComponentType<P>, 92 type: ComponentType<P>,
|
D | jsxNamespaceGlobalReexport.js | 41 export type ComponentType<T = {}> = {}; 50 ComponentType, 66 type: ComponentType<P>, 79 type: ComponentType<P>, 92 type: ComponentType<P>,
|
D | circularlyConstrainedMappedTypeContainingConditionalNoInfiniteInstantiationDepth.types | 78 type ComponentType<P = {}> = ComponentClass<P> | FunctionComponent<P>; 79 >ComponentType : ComponentType<P> 91 export type GetProps<C> = C extends ComponentType<infer P> ? P : never; 97 C extends ComponentType<any>, 121 <C extends ComponentType<Matching<TInjectedProps, GetProps<C>>>>(
|
D | tsxInvokeComponentType.js | 3 import React, { ComponentType } from "react"; 5 declare const Elem: ComponentType<{ someKey: string }>; 11 declare const Elem2: ComponentType<{ opt?: number }>;
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | angletypes.h | 396 enum class ComponentType enum 406 constexpr ComponentType GLenumToComponentType(GLenum componentType) in GLenumToComponentType() 411 return ComponentType::Float; in GLenumToComponentType() 413 return ComponentType::Int; in GLenumToComponentType() 415 return ComponentType::UnsignedInt; in GLenumToComponentType() 417 return ComponentType::NoType; in GLenumToComponentType() 419 return ComponentType::InvalidEnum; in GLenumToComponentType() 423 constexpr angle::PackedEnumMap<ComponentType, uint32_t> kComponentMasks = {{ 424 {ComponentType::Float, 0x10001}, 425 {ComponentType::Int, 0x00001}, [all …]
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_lossless_jpeg.cpp | 368 typedef uint16 ComponentType; // the type of image components typedef 370 typedef ComponentType *MCU; // MCU - array of samples 1225 int32 mcuSize = info.compsInScan * (uint32) sizeof (ComponentType); in DecoderStructInit() 1236 mcuROW1 [0] = (ComponentType *) mcuBuffer3.Buffer (); in DecoderStructInit() 1237 mcuROW2 [0] = (ComponentType *) mcuBuffer4.Buffer (); in DecoderStructInit() 1773 curRowBuf [0] [curComp] = (ComponentType) (d + (1 << (Pr-Pt-1))); in DecodeFirstRow() 1817 curRowBuf [col] [curComp] = (ComponentType) (d + curRowBuf [col-1] [curComp]); in DecodeFirstRow() 1939 curRowBuf [col] [0] = (ComponentType) p0; in DecodeImage() 1969 curRowBuf [col + 1] [0] = (ComponentType) p0; in DecodeImage() 1999 curRowBuf [col ] [1] = (ComponentType) p1; in DecodeImage() [all …]
|