Home
last modified time | relevance | path

Searched refs:dec1 (Results 1 – 6 of 6) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DdecoratorOnClassAccessor7.symbols2 declare function dec1<T>(target: any, propertyKey: string, descriptor: TypedPropertyDescriptor<T>):…
3 >dec1 : Symbol(dec1, Decl(decoratorOnClassAccessor7.ts, 0, 0))
27 @dec1 get x() { return 0; }
28 >dec1 : Symbol(dec1, Decl(decoratorOnClassAccessor7.ts, 0, 0))
51 @dec1 set x(value: number) { }
52 >dec1 : Symbol(dec1, Decl(decoratorOnClassAccessor7.ts, 0, 0))
75 @dec1 get x() { return 0; }
76 >dec1 : Symbol(dec1, Decl(decoratorOnClassAccessor7.ts, 0, 0))
88 @dec1 set x(value: number) { }
89 >dec1 : Symbol(dec1, Decl(decoratorOnClassAccessor7.ts, 0, 0))
DdecoratorOnClassAccessor7.types2 declare function dec1<T>(target: any, propertyKey: string, descriptor: TypedPropertyDescriptor<T>):…
3 >dec1 : <T>(target: any, propertyKey: string, descriptor: TypedPropertyDescriptor<T>) => TypedPrope…
17 @dec1 get x() { return 0; }
18 >dec1 : <T>(target: any, propertyKey: string, descriptor: TypedPropertyDescriptor<T>) => TypedPrope…
43 @dec1 set x(value: number) { }
44 >dec1 : <T>(target: any, propertyKey: string, descriptor: TypedPropertyDescriptor<T>) => TypedPrope…
69 @dec1 get x() { return 0; }
70 >dec1 : <T>(target: any, propertyKey: string, descriptor: TypedPropertyDescriptor<T>) => TypedPrope…
83 @dec1 set x(value: number) { }
84 >dec1 : <T>(target: any, propertyKey: string, descriptor: TypedPropertyDescriptor<T>) => TypedPrope…
DdecoratorOnClassAccessor7.js2 declare function dec1<T>(target: any, propertyKey: string, descriptor: TypedPropertyDescriptor<T>):…
6 @dec1 get x() { return 0; }
16 @dec1 set x(value: number) { }
26 @dec1 get x() { return 0; }
31 @dec1 set x(value: number) { }
52 dec1
80 dec1
108 dec1
122 dec1
DdecoratorOnClassAccessor7.errors.txt6 …declare function dec1<T>(target: any, propertyKey: string, descriptor: TypedPropertyDescriptor<T>)…
10 @dec1 get x() { return 0; }
20 @dec1 set x(value: number) { }
30 @dec1 get x() { return 0; }
37 @dec1 set x(value: number) { }
/third_party/typescript/tests/cases/conformance/decorators/class/accessor/
DdecoratorOnClassAccessor7.ts3 declare function dec1<T>(target: any, propertyKey: string, descriptor: TypedPropertyDescriptor<T>):… function
7 @dec1 get x() { return 0; }
17 @dec1 set x(value: number) { }
27 @dec1 get x() { return 0; }
32 @dec1 set x(value: number) { }
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dplaybin-complex.c717 gst_video_decoder1_init (GstVideoDecoder1 * dec1) in gst_video_decoder1_init() argument