Home
last modified time | relevance | path

Searched defs:Dictionary (Results 1 – 19 of 19) sorted by relevance

/third_party/mindspore/mindspore/core/ir/dtype/
Dcontainer.h133 Dictionary() : Object(kObjectTypeDictionary) {} in Dictionary() function
134 explicit Dictionary(const std::vector<std::pair<std::string, TypePtr>> &key_values) in Dictionary() function
138 MS_DECLARE_PARENT(Dictionary, Object) in MS_DECLARE_PARENT() argument
/third_party/typescript/tests/cases/compiler/
DincrementOnNullAssertion.ts2 interface Dictionary<T> { interface
DindexSignatureAndMappedType.ts24 type Dictionary = { alias
DemptyObjectNotSubtypeOfIndexSignatureContainingObject1.ts3 interface Dictionary<T> { interface
DemptyObjectNotSubtypeOfIndexSignatureContainingObject2.ts3 interface Dictionary<T> { interface
DunderscoreMapFirst.ts12 interface Dictionary<T> extends Collection<T> { interface
DmissingTypeArguments3.ts25 interface Dictionary<TKey, TValue> { interface
DunderscoreTest1.ts2 interface Dictionary<T> { interface
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/
DDictionary.cs20 internal sealed class Dictionary class
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/
DDictionary.java20 public final class Dictionary { class
/third_party/typescript/tests/cases/conformance/types/thisType/
DthisTypeInObjectLiterals2.ts205 type Dictionary<T> = { [x: string]: T } alias
/third_party/json/test/thirdparty/Fuzzer/
DFuzzerDefs.h60 class Dictionary; variable
DFuzzerDriver.cpp423 std::vector<Unit> Dictionary; in FuzzerDriver() local
/third_party/typescript/tests/cases/conformance/types/intersection/
DintersectionsAndEmptyObjects.ts34 type Dictionary = { [name: string]: string }; alias
/third_party/node/test/fixtures/wpt/resources/webidl2/
DREADME.md220 ### Dictionary subsection
/third_party/typescript/tests/cases/conformance/types/keyof/
DkeyofAndIndexedAccessErrors.ts8 type Dictionary<T> = { [x: string]: T }; alias
DkeyofAndIndexedAccess.ts24 type Dictionary<T> = { [x: string]: T }; alias
41 type K12 = keyof Dictionary<Shape>; // string alias
/third_party/ejdb/src/bindings/ejdb2_flutter/ios/Classes/
DSwiftEjdb2FlutterPlugin.swift9 extension Dictionary { extension
/third_party/glib/glib/
Dgvariant-parser.c1246 } Dictionary; typedef