Searched defs:Dictionary (Results 1 – 17 of 17) sorted by relevance
2 interface Dictionary<T> { interface
24 type Dictionary = { alias
3 interface Dictionary<T> { interface
12 interface Dictionary<T> extends Collection<T> { interface
25 interface Dictionary<TKey, TValue> { interface
20 internal sealed class Dictionary class
20 public final class Dictionary { class
205 type Dictionary<T> = { [x: string]: T } alias
60 class Dictionary; variable
423 std::vector<Unit> Dictionary; in FuzzerDriver() local
34 type Dictionary = { [name: string]: string }; alias
220 ### Dictionary subsection
8 type Dictionary<T> = { [x: string]: T }; alias
24 type Dictionary<T> = { [x: string]: T }; alias41 type K12 = keyof Dictionary<Shape>; // string alias
9 extension Dictionary { extension