/third_party/typescript/tests/baselines/reference/ |
D | complexClassRelationships.types | 53 >sortComponents : (p: Foo) => GenericType<string> 57 >p.prop1 : GenericType<string> 59 >prop1 : GenericType<string> 67 >prop1 : GenericType<string> 69 return new GenericType<string>(this); 70 >new GenericType<string>(this) : GenericType<string> 71 >GenericType : typeof GenericType 94 class GenericType<T> { 95 >GenericType : GenericType<T>
|
D | complexClassRelationships.js | 30 return new GenericType<string>(this); 40 class GenericType<T> { class 112 return new GenericType(this); 129 var GenericType = /** @class */ (function () { 130 function GenericType(parent) { class in GenericType 132 return GenericType;
|
D | complexClassRelationships.symbols | 75 return new GenericType<string>(this); 76 >GenericType : Symbol(GenericType, Decl(complexClassRelationships.ts, 36, 1)) 101 class GenericType<T> { 102 >GenericType : Symbol(GenericType, Decl(complexClassRelationships.ts, 36, 1))
|
D | complexClassRelationships.errors.txt | 36 return new GenericType<string>(this); 46 class GenericType<T> {
|
/third_party/typescript/tests/cases/compiler/ |
D | complexClassRelationships.ts | 30 return new GenericType<string>(this); 40 class GenericType<T> { class
|
/third_party/protobuf/src/google/protobuf/ |
D | repeated_field.h | 802 template <typename GenericType> 805 typedef GenericType Type; 806 using Movable = IsMovable<GenericType>; 808 static inline GenericType* New(Arena* arena) { 811 static inline GenericType* New(Arena* arena, GenericType&& value) { 812 return Arena::Create<GenericType>(arena, std::move(value)); 814 static inline GenericType* NewFromPrototype(const GenericType* prototype, 816 static inline void Delete(GenericType* value, Arena* arena) { 821 static inline Arena* GetArena(GenericType* value) { 824 static inline void* GetMaybeArenaPointer(GenericType* value) { [all …]
|
/third_party/skia/src/sksl/ir/ |
D | SkSLType.cpp | 75 class GenericType final : public Type { class 79 GenericType(const char* name, std::vector<const Type*> coercibleTypes) in GenericType() function in SkSL::GenericType 429 return std::make_unique<GenericType>(name, std::move(types)); in MakeGenericType()
|
/third_party/typescript/src/compiler/ |
D | checker.ts | 47 getGlobalIteratorType: (reportErrors: boolean) => GenericType; 48 getGlobalIterableType: (reportErrors: boolean) => GenericType; 49 getGlobalIterableIteratorType: (reportErrors: boolean) => GenericType; 50 getGlobalGeneratorType: (reportErrors: boolean) => GenericType; 728 const tupleTypes = new Map<string, GenericType>(); 799 …const emptyGenericType = <GenericType><ObjectType>createAnonymousType(undefined, emptySymbols, emp… 892 let globalArrayType: GenericType; 893 let globalReadonlyArrayType: GenericType; 898 let globalThisType: GenericType; 909 let deferredGlobalTypedPropertyDescriptorType: GenericType; [all …]
|
D | types.ts | 5254 target: GenericType; // Type reference target 5287 export interface GenericType extends InterfaceType, TypeReference { 5305 export interface TupleType extends GenericType {
|
/third_party/typescript/lib/ |
D | typescript.d.ts | 2600 target: GenericType; 2605 export interface GenericType extends InterfaceType, TypeReference { interface 2617 export interface TupleType extends GenericType {
|
D | typescriptServices.d.ts | 2600 target: GenericType; 2605 export interface GenericType extends InterfaceType, TypeReference { interface 2617 export interface TupleType extends GenericType {
|
D | tsserverlibrary.d.ts | 2600 target: GenericType; 2605 export interface GenericType extends InterfaceType, TypeReference { interface 2617 export interface TupleType extends GenericType {
|
/third_party/typescript/tests/baselines/reference/api/ |
D | typescript.d.ts | 2633 target: GenericType; 2638 export interface GenericType extends InterfaceType, TypeReference { interface 2650 export interface TupleType extends GenericType {
|
D | tsserverlibrary.d.ts | 2633 target: GenericType; 2638 export interface GenericType extends InterfaceType, TypeReference { interface 2650 export interface TupleType extends GenericType {
|