/third_party/cef/libcef/common/ |
D | string_map_impl.cc | 12 using StringMap = std::map<CefString, CefString>; typedef 16 return new StringMap; in cef_string_map_alloc() 21 StringMap* impl = reinterpret_cast<StringMap*>(map); in cef_string_map_size() 30 StringMap* impl = reinterpret_cast<StringMap*>(map); in cef_string_map_find() 31 StringMap::const_iterator it = impl->find(CefString(key)); in cef_string_map_find() 44 StringMap* impl = reinterpret_cast<StringMap*>(map); in cef_string_map_key() 49 StringMap::const_iterator it = impl->begin(); in cef_string_map_key() 62 StringMap* impl = reinterpret_cast<StringMap*>(map); in cef_string_map_value() 67 StringMap::const_iterator it = impl->begin(); in cef_string_map_value() 81 StringMap* impl = reinterpret_cast<StringMap*>(map); in cef_string_map_append() [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | indexSignatureTypeInference.types | 7 interface StringMap<T> { 16 declare function stringMapToArray<T>(object: StringMap<T>): T[]; 17 >stringMapToArray : <T>(object: StringMap<T>) => T[] 18 >object : StringMap<T> 23 var stringMap: StringMap<Function>; 24 >stringMap : StringMap<Function> 39 >stringMap : StringMap<Function> 44 >stringMapToArray : <T>(object: StringMap<T>) => T[] 50 >stringMapToArray : <T>(object: StringMap<T>) => T[] 51 >stringMap : StringMap<Function>
|
D | indexSignatureTypeInference.symbols | 11 interface StringMap<T> { 12 >StringMap : Symbol(StringMap, Decl(indexSignatureTypeInference.ts, 2, 1)) 28 declare function stringMapToArray<T>(object: StringMap<T>): T[]; 32 >StringMap : Symbol(StringMap, Decl(indexSignatureTypeInference.ts, 2, 1)) 41 var stringMap: StringMap<Function>; 43 >StringMap : Symbol(StringMap, Decl(indexSignatureTypeInference.ts, 2, 1))
|
D | indexSignatureTypeInference.errors.txt | 2 …Argument of type 'NumberMap<Function>' is not assignable to parameter of type 'StringMap<unknown>'. 11 interface StringMap<T> { 16 declare function stringMapToArray<T>(object: StringMap<T>): T[]; 19 var stringMap: StringMap<Function>; 29 …Argument of type 'NumberMap<Function>' is not assignable to parameter of type 'StringMap<unknown>'.
|
D | implicitIndexSignatures.types | 2 type StringMap = { [x: string]: string }; 3 >StringMap : StringMap 26 let map: StringMap; 27 >map : StringMap 31 >map : StringMap 40 >map : StringMap 45 >map : StringMap 50 >map : StringMap 55 >map : StringMap
|
D | indexSignatureTypeInference.js | 6 interface StringMap<T> { 11 declare function stringMapToArray<T>(object: StringMap<T>): T[]; 14 var stringMap: StringMap<Function>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/MIRParser/ |
D | MIParser.h | 47 using Name2RegClassMap = StringMap<const TargetRegisterClass *>; 48 using Name2RegBankMap = StringMap<const RegisterBank *>; 55 StringMap<unsigned> Names2InstrOpCodes; 58 StringMap<unsigned> Names2Regs; 61 StringMap<const uint32_t *> Names2RegMasks; 64 StringMap<unsigned> Names2SubRegIndices; 67 StringMap<int> Names2TargetIndices; 70 StringMap<unsigned> Names2DirectTargetFlags; 73 StringMap<unsigned> Names2BitmaskTargetFlags; 76 StringMap<MachineMemOperand::Flags> Names2MMOTargetFlags; [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
D | SampleProfWriter.h | 44 virtual std::error_code write(const StringMap<FunctionSamples> &ProfileMap); 67 writeHeader(const StringMap<FunctionSamples> &ProfileMap) = 0; 71 writeFuncProfiles(const StringMap<FunctionSamples> &ProfileMap); 80 void computeSummary(const StringMap<FunctionSamples> &ProfileMap); 96 writeHeader(const StringMap<FunctionSamples> &ProfileMap) override { in writeHeader() 123 writeHeader(const StringMap<FunctionSamples> &ProfileMap) override; 148 write(const StringMap<FunctionSamples> &ProfileMap) override; 158 writeSections(const StringMap<FunctionSamples> &ProfileMap) = 0; 170 writeHeader(const StringMap<FunctionSamples> &ProfileMap) override; 224 writeSections(const StringMap<FunctionSamples> &ProfileMap) override; [all …]
|
/third_party/grpc/src/compiler/ |
D | python_generator.cc | 58 typedef map<std::string, std::string> StringMap; typedef 120 StringMap service_dict; in PrintBetaServicer() 139 StringMap method_dict; in PrintBetaServicer() 156 StringMap service_dict; in PrintBetaStub() 175 StringMap method_dict; in PrintBetaStub() 198 StringMap service_dict; in PrintBetaServerFactory() 212 StringMap method_implementation_constructors; in PrintBetaServerFactory() 213 StringMap input_message_modules_and_classes; in PrintBetaServerFactory() 214 StringMap output_message_modules_and_classes; in PrintBetaServerFactory() 242 StringMap method_dict; in PrintBetaServerFactory() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | ThinLTOCodeGenerator.cpp | 143 static StringMap<lto::InputFile *> 145 StringMap<lto::InputFile *> ModuleMap; in generateModuleMap() 207 StringMap<lto::InputFile*> &ModuleMap, in crossImportIntoModule() 401 StringMap<lto::InputFile *> &ModuleMap, TargetMachine &TM, in ProcessThinLTOModule() 466 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> in resolvePrevailingInIndex() 586 const StringMap<FunctionImporter::ExportSetTy> &ExportLists; 589 IsExported(const StringMap<FunctionImporter::ExportSetTy> &ExportLists, in IsExported() 639 StringMap<GVSummaryMapTy> ModuleToDefinedGVSummaries; in promote() 653 StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in promote() 654 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in promote() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | StringMap.h | 223 class StringMap : public StringMapImpl { 229 StringMap() : StringMapImpl(static_cast<unsigned>(sizeof(MapEntryTy))) {} in StringMap() function 230 explicit StringMap(unsigned InitialSize) in StringMap() function 233 explicit StringMap(AllocatorTy A) in StringMap() function 236 StringMap(unsigned InitialSize, AllocatorTy A) in StringMap() function 240 StringMap(std::initializer_list<std::pair<StringRef, ValueTy>> List) in StringMap() function 247 StringMap(StringMap &&RHS) in StringMap() function 250 StringMap &operator=(StringMap RHS) { 256 StringMap(const StringMap &RHS) : in StringMap() function 431 ~StringMap() { in ~StringMap()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/ |
D | FunctionImport.h | 98 using ImportMapTy = StringMap<FunctionsToImportTy>; 142 const StringMap<GVSummaryMapTy> &ModuleToDefinedGVSummaries, 143 StringMap<FunctionImporter::ImportMapTy> &ImportLists, 144 StringMap<FunctionImporter::ExportSetTy> &ExportLists); 202 const StringMap<GVSummaryMapTy> &ModuleToDefinedGVSummaries,
|
/third_party/typescript/tests/cases/conformance/types/typeRelationships/typeInference/ |
D | indexSignatureTypeInference.ts | 5 interface StringMap<T> { interface 10 declare function stringMapToArray<T>(object: StringMap<T>): T[]; 13 var stringMap: StringMap<Function>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | StringMap.h | 242 class StringMap : public StringMapImpl { 248 StringMap() : StringMapImpl(static_cast<unsigned>(sizeof(MapEntryTy))) {} in StringMap() function 250 explicit StringMap(unsigned InitialSize) in StringMap() function 253 explicit StringMap(AllocatorTy A) in StringMap() function 256 StringMap(unsigned InitialSize, AllocatorTy A) in StringMap() function 260 StringMap(std::initializer_list<std::pair<StringRef, ValueTy>> List) in StringMap() function 267 StringMap(StringMap &&RHS) in StringMap() function 270 StringMap(const StringMap &RHS) : in StringMap() function 305 StringMap &operator=(StringMap RHS) { 311 ~StringMap() { in ~StringMap()
|
D | StringSet.h | 27 class StringSet : public StringMap<NoneType, AllocatorTy> { 28 using base = StringMap<NoneType, AllocatorTy>;
|
/third_party/cef/libcef_dll/ |
D | transfer_util.h | 24 using StringMap = std::map<CefString, CefString>; variable 25 void transfer_string_map_contents(cef_string_map_t fromMap, StringMap& toMap); 26 void transfer_string_map_contents(const StringMap& fromMap,
|
D | transfer_util.cc | 25 void transfer_string_map_contents(cef_string_map_t fromMap, StringMap& toMap) { in transfer_string_map_contents() 37 void transfer_string_map_contents(const StringMap& fromMap, in transfer_string_map_contents() 39 StringMap::const_iterator it = fromMap.begin(); in transfer_string_map_contents()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | SpecialCaseList.h | 127 StringMap<unsigned> Strings; 132 using SectionEntries = StringMap<StringMap<Matcher>>; 144 bool parse(const MemoryBuffer *MB, StringMap<size_t> &SectionsMap,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | DebugStringTableSubsection.h | 78 StringMap<uint32_t>::const_iterator begin() const { in begin() 82 StringMap<uint32_t>::const_iterator end() const { return StringToId.end(); } in end() 88 StringMap<uint32_t> StringToId;
|
/third_party/typescript_eslint/packages/scope-manager/typings/ |
D | typescript.d.ts | 4 type StringMap = Map<string, string>; alias 12 const libMap: StringMap;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
D | DWARFEmitter.h | 40 Expected<StringMap<std::unique_ptr<MemoryBuffer>>> 43 StringMap<std::unique_ptr<MemoryBuffer>>
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
D | SampleProfWriter.cpp | 44 const StringMap<FunctionSamples> &ProfileMap) { in writeFuncProfiles() 66 SampleProfileWriter::write(const StringMap<FunctionSamples> &ProfileMap) { in write() 131 const StringMap<FunctionSamples> &ProfileMap) { in write() 170 const StringMap<FunctionSamples> &ProfileMap) { in writeSections() 215 const StringMap<FunctionSamples> &ProfileMap) { in write() 374 const StringMap<FunctionSamples> &ProfileMap) { in writeHeader() 458 const StringMap<FunctionSamples> &ProfileMap) { in writeHeader() 468 const StringMap<FunctionSamples> &ProfileMap) { in writeHeader() 614 const StringMap<FunctionSamples> &ProfileMap) { in computeSummary()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Testing/Support/ |
D | Annotations.h | 81 llvm::StringMap<llvm::SmallVector<size_t, 1>> Points; 82 llvm::StringMap<llvm::SmallVector<Range, 1>> Ranges;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | SpecialCaseList.cpp | 101 StringMap<size_t> Sections; in createInternal() 120 StringMap<size_t> Sections; in createInternal() 127 StringMap<size_t> &SectionsMap, in parse() 227 StringMap<Matcher>::const_iterator II = I->second.find(Category); in inSectionBlame()
|
/third_party/typescript/tests/cases/compiler/ |
D | implicitIndexSignatures.ts | 1 type StringMap = { [x: string]: string }; alias 7 let map: StringMap;
|