Home
last modified time | relevance | path

Searched refs:Fruit (Results 1 – 19 of 19) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DcontextualSignatureInstantiation4.types9 declare function fruitFactory1<TFruit>(Fruit: new (...args: any[]) => TFruit): TFruit
10 >fruitFactory1 : <TFruit>(Fruit: new (...args: any[]) => TFruit) => TFruit
11 >Fruit : new (...args: any[]) => TFruit
17 >fruitFactory1 : <TFruit>(Fruit: new (...args: any[]) => TFruit) => TFruit
20 declare function fruitFactory2<TFruit>(Fruit: new (a: string, ...args: any[]) => TFruit): TFruit
21 >fruitFactory2 : <TFruit>(Fruit: new (a: string, ...args: any[]) => TFruit) => TFruit
22 >Fruit : new (a: string, ...args: any[]) => TFruit
29 >fruitFactory2 : <TFruit>(Fruit: new (a: string, ...args: any[]) => TFruit) => TFruit
32 declare function fruitFactory3<TFruit>(Fruit: new (a: string, s: "foo", ...args: any[]) => TFruit):…
33 >fruitFactory3 : <TFruit>(Fruit: new (a: string, s: "foo", ...args: any[]) => TFruit) => TFruit
[all …]
DcontextualSignatureInstantiation4.symbols11 declare function fruitFactory1<TFruit>(Fruit: new (...args: any[]) => TFruit): TFruit
14 >Fruit : Symbol(Fruit, Decl(contextualSignatureInstantiation4.ts, 4, 39))
24 declare function fruitFactory2<TFruit>(Fruit: new (a: string, ...args: any[]) => TFruit): TFruit
27 >Fruit : Symbol(Fruit, Decl(contextualSignatureInstantiation4.ts, 7, 39))
38 declare function fruitFactory3<TFruit>(Fruit: new (a: string, s: "foo", ...args: any[]) => TFruit):…
41 >Fruit : Symbol(Fruit, Decl(contextualSignatureInstantiation4.ts, 10, 39))
53 declare function fruitFactory4<TFruit>(Fruit: new (a: string, ...args: "foo"[]) => TFruit): TFruit
56 >Fruit : Symbol(Fruit, Decl(contextualSignatureInstantiation4.ts, 13, 39))
67 declare function fruitFactory5<TFruit>(Fruit: new (...args: "foo"[]) => TFruit): TFruit
70 >Fruit : Symbol(Fruit, Decl(contextualSignatureInstantiation4.ts, 16, 39))
DcontextualSignatureInstantiation4.js6 declare function fruitFactory1<TFruit>(Fruit: new (...args: any[]) => TFruit): TFruit
9 declare function fruitFactory2<TFruit>(Fruit: new (a: string, ...args: any[]) => TFruit): TFruit
12 declare function fruitFactory3<TFruit>(Fruit: new (a: string, s: "foo", ...args: any[]) => TFruit):…
15 declare function fruitFactory4<TFruit>(Fruit: new (a: string, ...args: "foo"[]) => TFruit): TFruit
18 declare function fruitFactory5<TFruit>(Fruit: new (...args: "foo"[]) => TFruit): TFruit
DconstructorWithIncompleteTypeAnnotation.js568 var Fruit;
569 (function (Fruit) { argument
570 Fruit[Fruit["Apple"] = 0] = "Apple";
571 Fruit[Fruit["Pear"] = 1] = "Pear";
572 })(Fruit || (Fruit = {}));
DconstructorWithIncompleteTypeAnnotation.types952 enum Fruit {
953 >Fruit : Fruit
956 >Apple : Fruit.Apple
959 >Pear : Fruit.Pear
DconstructorWithIncompleteTypeAnnotation.symbols628 enum Fruit {
629 >Fruit : Symbol(Fruit, Decl(constructorWithIncompleteTypeAnnotation.ts, 266, 1))
632 >Apple : Symbol(Fruit.Apple, Decl(constructorWithIncompleteTypeAnnotation.ts, 268, 12))
635 >Pear : Symbol(Fruit.Pear, Decl(constructorWithIncompleteTypeAnnotation.ts, 269, 10))
DparserSyntaxWalker.generated.symbols270 No type information for this code.//enum Fruit {
DconstructorWithIncompleteTypeAnnotation.errors.txt546 enum Fruit {
DparserSyntaxWalker.generated.types270 No type information for this code.//enum Fruit {
/third_party/typescript/tests/cases/compiler/
DcontextualSignatureInstantiation4.ts7 declare function fruitFactory1<TFruit>(Fruit: new (...args: any[]) => TFruit): TFruit
10 declare function fruitFactory2<TFruit>(Fruit: new (a: string, ...args: any[]) => TFruit): TFruit
13 declare function fruitFactory3<TFruit>(Fruit: new (a: string, s: "foo", ...args: any[]) => TFruit):…
16 declare function fruitFactory4<TFruit>(Fruit: new (a: string, ...args: "foo"[]) => TFruit): TFruit
19 declare function fruitFactory5<TFruit>(Fruit: new (...args: "foo"[]) => TFruit): TFruit
/third_party/boost/libs/geometry/doc/src/docutils/tools/doxygen_xml2qbk/sample/
Dfruit.qbk2 Boost.Fruit (aka GGL, Generic Fruit Library)
10 [library Fruit
15 [purpose Documentation of Boost.Fruit library]
Dapple.qbk11 Fruit Concept
/third_party/boost/libs/conversion/doc/
Dconversion.qbk94 class Fruit { public: virtual ~Fruit(){}; ... };
95 class Banana : public Fruit { ... };
97 void f( Fruit * fruit ) {
152 class Fruit { public: virtual ~Fruit(){} };
153 class Banana : public Fruit {};
156 typedef Fruit* FruitPtr;
157 typedef std::shared_ptr<Fruit> FruitPtr;
158 typedef boost::shared_ptr<Fruit> FruitPtr;
159 typedef boost::intrusive_ptr<Fruit> FruitPtr;
/third_party/python/Doc/library/
Denum.rst443 >>> from test.test_enum import Fruit
445 >>> Fruit.TOMATO is loads(dumps(Fruit.TOMATO))
/third_party/python/Lib/test/
Dtest_enum.py76 class Fruit(Enum): class
/third_party/skia/third_party/externals/brotli/tests/testdata/
Dplrabn12.txt4341 Fruit of delicious vines, the growth of Heaven.
9072 Fruit of thy womb: On me the curse aslope
/third_party/flutter/skia/third_party/externals/icu/source/data/unidata/
Dppucd.txt35481 # Fruit and vegetable symbols
/third_party/skia/third_party/externals/icu/source/data/unidata/
Dppucd.txt36780 # Fruit and vegetable symbols
/third_party/icu/icu4c/source/data/unidata/
Dppucd.txt36780 # Fruit and vegetable symbols