Home
last modified time | relevance | path

Searched defs:Keys (Results 1 – 14 of 14) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DcontextualTypeOfIndexedAccessParameter.ts2 type Keys = "a" | "b"; alias
DdoubleUnderscoreMappedTypes.ts13 type Keys = keyof Properties; alias
/third_party/ltp/pan/
Dreporter.c85 SYM Tag, Keys; in scanner_reporter() local
/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
DReadOnlyDictionary.cs61 public ICollection<TKey> Keys property in Google.Protobuf.Collections.ReadOnlyDictionary
DMapField.cs230 …public ICollection<TKey> Keys { get { return new MapView<TKey>(this, pair => pair.Key, ContainsKey… property in Google.Protobuf.Collections.MapField
/third_party/typescript/tests/cases/conformance/expressions/typeGuards/
DtypeGuardFunctionErrors.ts149 type Keys = 'a'|'b'|'c' alias
/third_party/skia/infra/bots/gen_tasks_logic/
Dschema.go257 Keys []string `json:"keys"` member
/third_party/gettext/gettext-runtime/intl-csharp/
Dintl.cs542 public virtual ICollection Keys { property in GNU.Gettext.GettextResourceSet
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
DTextStub.cpp1022 MappingNormalization<NormalizedTBD, const InterfaceFile *> Keys(IO, File); in mapKeysToValues() local
1051 MappingNormalization<NormalizedTBD_V4, const InterfaceFile *> Keys(IO, in mapKeysToValuesV4() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DVirtualFileSystem.cpp1202 DenseMap<StringRef, KeyStatus> &Keys) { in checkDuplicateOrUnknownKey()
1217 bool checkMissingKeys(yaml::Node *Obj, DenseMap<StringRef, KeyStatus> &Keys) { in checkMissingKeys()
1315 DenseMap<StringRef, KeyStatus> Keys(std::begin(Fields), std::end(Fields)); in parseEntry() local
1526 DenseMap<StringRef, KeyStatus> Keys(std::begin(Fields), std::end(Fields)); in parse() local
/third_party/flutter/skia/infra/bots/gen_tasks_logic/
Dgen_tasks_logic.go1666 Keys []string `json:"keys"` member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp995 MappingNormalization<NormalizedOther, Optional<uint8_t>> Keys(IO, in mapping() local
/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor_containers.cc475 static PyObject* Keys(PyContainer* self, PyObject* args) { in Keys() function
/third_party/mingw-w64/mingw-w64-headers/include/
Dadoctint.h187 typedef interface ADOKeys Keys; typedef