Home
last modified time | relevance | path

Searched refs:GenericType (Results 1 – 14 of 14) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DcomplexClassRelationships.types53 >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>
DcomplexClassRelationships.js30 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;
DcomplexClassRelationships.symbols75 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))
DcomplexClassRelationships.errors.txt36 return new GenericType<string>(this);
46 class GenericType<T> {
/third_party/typescript/tests/cases/compiler/
DcomplexClassRelationships.ts30 return new GenericType<string>(this);
40 class GenericType<T> { class
/third_party/protobuf/src/google/protobuf/
Drepeated_field.h802 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/
DSkSLType.cpp75 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/
Dchecker.ts47 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 …]
Dtypes.ts5254 target: GenericType; // Type reference target
5287 export interface GenericType extends InterfaceType, TypeReference {
5305 export interface TupleType extends GenericType {
/third_party/typescript/lib/
Dtypescript.d.ts2600 target: GenericType;
2605 export interface GenericType extends InterfaceType, TypeReference { interface
2617 export interface TupleType extends GenericType {
DtypescriptServices.d.ts2600 target: GenericType;
2605 export interface GenericType extends InterfaceType, TypeReference { interface
2617 export interface TupleType extends GenericType {
Dtsserverlibrary.d.ts2600 target: GenericType;
2605 export interface GenericType extends InterfaceType, TypeReference { interface
2617 export interface TupleType extends GenericType {
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts2633 target: GenericType;
2638 export interface GenericType extends InterfaceType, TypeReference { interface
2650 export interface TupleType extends GenericType {
Dtsserverlibrary.d.ts2633 target: GenericType;
2638 export interface GenericType extends InterfaceType, TypeReference { interface
2650 export interface TupleType extends GenericType {