Home
last modified time | relevance | path

Searched refs:ReadonlyMap (Results 1 – 15 of 15) sorted by relevance

/third_party/typescript/lib/
Dlib.es2015.collection.d.ts38 interface ReadonlyMap<K, V> { interface
39 forEach(callbackfn: (value: V, key: K, map: ReadonlyMap<K, V>) => void, thisArg?: any): void;
Dlib.dom.iterable.d.ts29 interface AudioParamMap extends ReadonlyMap<string, AudioParam> {
215 interface RTCStatsReport extends ReadonlyMap<string, any> {
Dlib.es2015.iterable.d.ts139 interface ReadonlyMap<K, V> { interface
Dtypescript.d.ts55 interface ReadonlyMap<T> extends ReadonlyESMap<string, T> { interface
7257 interface ReadonlyMap<T> extends ReadonlyESMap<string, T> {
DtypescriptServices.d.ts55 interface ReadonlyMap<T> extends ReadonlyESMap<string, T> { interface
7257 interface ReadonlyMap<T> extends ReadonlyESMap<string, T> {
Dtsserverlibrary.d.ts55 interface ReadonlyMap<T> extends ReadonlyESMap<string, T> { interface
11002 interface ReadonlyMap<T> extends ReadonlyESMap<string, T> { interface
/third_party/typescript/src/lib/
Des2015.collection.d.ts18 interface ReadonlyMap<K, V> { interface
19 forEach(callbackfn: (value: V, key: K, map: ReadonlyMap<K, V>) => void, thisArg?: any): void;
Ddom.iterable.generated.d.ts9 interface AudioParamMap extends ReadonlyMap<string, AudioParam> {
195 interface RTCStatsReport extends ReadonlyMap<string, any> {
Des2015.iterable.d.ts119 interface ReadonlyMap<K, V> { interface
/third_party/typescript/src/harness/
DcompilerImpl.ts53 public readonly js: ReadonlyMap<string, documents.TextDocument>;
54 public readonly dts: ReadonlyMap<string, documents.TextDocument>;
55 public readonly maps: ReadonlyMap<string, documents.TextDocument>;
DvfsUtil.ts722 … changed: FileSystem, changedLinks: ReadonlyMap<string, Inode> | undefined, base: FileSystem, base…
847 …ckCreatedInodes(container: FileSet, changed: FileSystem, changedLinks: ReadonlyMap<string, Inode>)…
855 … private static trackDeletedInodes(container: FileSet, baseLinks: ReadonlyMap<string, Inode>) {
978 …private _copyShadowLinks(source: ReadonlyMap<string, Inode>, target: collections.SortedMap<string,…
/third_party/typescript/src/compiler/
DcorePublic.ts51 export interface ReadonlyMap<T> extends ReadonlyESMap<string, T> { interface
/third_party/typescript/src/deprecatedCompat/
Ddeprecations.ts1348 export interface ReadonlyMap<T> extends ReadonlyESMap<string, T> { interface
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts55 interface ReadonlyMap<T> extends ReadonlyESMap<string, T> { interface
7504 interface ReadonlyMap<T> extends ReadonlyESMap<string, T> {
Dtsserverlibrary.d.ts55 interface ReadonlyMap<T> extends ReadonlyESMap<string, T> { interface
11287 interface ReadonlyMap<T> extends ReadonlyESMap<string, T> { interface