Home
last modified time | relevance | path

Searched defs:Collection (Results 1 – 25 of 26) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DdeclarationEmitDistributiveConditionalWithInfer.js4 subFun: <Collection, Field extends keyof Collection>()
DgenericWithIndexerOfTypeParameterType2.js2 export class Collection<TItem extends CollectionItem> { class
37 var Collection = /** @class */ (function () { class
38 function Collection() { class in anonymousFunction9a835fac0600.Collection
DgenericFunctionsWithOptionalParameters3.js2 class Collection<T> { class
20 function Collection() { class in Collection
DstackDepthLimitCastingType.js13 class Collection<TModel extends Model = Model> { class
/third_party/typescript/tests/cases/compiler/
DtypeofStripsFreshness.ts1 interface Collection<T> { interface
7 declare const Collection: CollectionStatic; constant
DcomparisonOfPartialDeepAndIndexedAccessTerminatesWithoutError.ts5 interface Collection<T> { interface
DgenericWithIndexerOfTypeParameterType2.ts2 export class Collection<TItem extends CollectionItem> { class
DcontextualTypingOfGenericFunctionTypedArguments1.ts1 interface Collection<T> { interface
DgenericFunctionsWithOptionalParameters3.ts1 class Collection<T> { class
DgenericCombinators2.ts1 interface Collection<T, U> { interface
DtooFewArgumentsInGenericFunctionTypedArgument.ts1 interface Collection<T, U> { interface
DunderscoreMapFirst.ts2 interface Collection<T> { } interface
DcallbacksDontShareTypes.ts1 interface Collection<T> { interface
DcomplexRecursiveCollections.ts5 interface Collection<K, V> { interface
428 export function Collection<I extends Collection<any, any>>(collection: I): I; function
431 export interface Collection<K, V> extends ValueObject { interface
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/
DLineTable.h119 typedef std::vector<gsym::LineEntry> Collection; typedef
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DFieldType.java329 enum Collection { enum in FieldType
337 Collection(boolean isList) { in Collection() method in FieldType.Collection
/third_party/typescript/src/compiler/
DcorePublic.ts35 export interface Collection<K> extends ReadonlyCollection<K> { interface
/third_party/typescript/scripts/
Dword.d.ts2 export interface Collection<T> { interface
/third_party/python/Lib/
D_collections_abc.py405 class Collection(Sized, Iterable, Container): class
Dtyping.py2683 Collection = _alias(collections.abc.Collection, 1) variable
/third_party/typescript/lib/
Dtypescript.d.ts41 interface Collection<K> extends ReadonlyCollection<K> { interface
DtypescriptServices.d.ts41 interface Collection<K> extends ReadonlyCollection<K> { interface
Dtsserverlibrary.d.ts41 interface Collection<K> extends ReadonlyCollection<K> { interface
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts41 interface Collection<K> extends ReadonlyCollection<K> { interface
Dtsserverlibrary.d.ts41 interface Collection<K> extends ReadonlyCollection<K> { interface

12