Home
last modified time | relevance | path

Searched defs:Collection (Results 1 – 25 of 27) 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 anonymousFunction0eeae26d0600.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
DtooFewArgumentsInGenericFunctionTypedArgument.ts1 interface Collection<T, U> { interface
DgenericCombinators2.ts1 interface Collection<T, U> { interface
DgenericFunctionsWithOptionalParameters3.ts1 class Collection<T> { class
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/cef/tests/ceftests/
Dtest_handler.cc115 TestHandler::Collection::Collection(CompletionState* completion_state) in Collection() function in TestHandler::Collection
/third_party/python/Lib/
D_collections_abc.py405 class Collection(Sized, Iterable, Container): class
Dtyping.py2081 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

12