Home
last modified time | relevance | path

Searched defs:Keyed (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/System/
DLRUCache.hpp97 struct Keyed struct in sw::LRUCache
99 Key key = {};
/third_party/typescript/tests/cases/compiler/
DcomplexRecursiveCollections.ts363 export function Keyed<K, V>(collection: Iterable<[K, V]>): Collection.Keyed<K, V>; function
365 export interface Keyed<K, V> extends Collection<K, V> { interface