/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/ |
D | AMDGPUPALMetadata.cpp | 571 auto OrigRegs = RegsObj.getMap(); in toString() 582 RegsObj.getMap()[Key] = I.second; in toString() 607 if (Registers.getMap().empty()) in toLegacyBlob() 611 for (auto I : Registers.getMap()) { in toLegacyBlob() 634 Registers = RegsObj.getMap(); in setFromString() 636 for (auto I : OrigRegs.getMap()) { in setFromString() 648 Registers.getMap()[Key] = I.second; in setFromString() 657 .getMap(/*Convert=*/true)[MsgPackDoc.getNode("amdpal.pipelines")] in refRegisters() 659 .getMap(/*Convert=*/true)[MsgPackDoc.getNode(".registers")]; in refRegisters() 660 N.getMap(/*Convert=*/true); in refRegisters() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/ |
D | MsgPackDocument.cpp | 134 auto &Map = Stack.back().Node.getMap(); in readFromBlob() 162 Stack.back().Node.getMap().size() != Stack.back().Length) in readFromBlob() 193 MPWriter.writeMapSize(Node.getMap().size()); in writeToBlob() 195 {Node, Node.getMap().begin(), DocNode::ArrayTy::iterator(), true}); in writeToBlob() 218 if (Stack.back().MapIt != Stack.back().Node.getMap().end()) in writeToBlob()
|
D | MsgPackDocumentYAML.cpp | 160 static MapDocNode &getAsMap(DocNode &N) { return N.getMap(/*Convert=*/true); } in getAsMap() 213 IO.mapRequired(Key.str().c_str(), M.getMap()[KeyObj]); in inputOne() 217 for (auto I : M.getMap()) { in output()
|
D | AMDGPUMetadataVerifier.cpp | 94 auto &ArgsMap = Node.getMap(); in verifyKernelArgs() 202 auto &KernelMap = Node.getMap(); in verifyKernel() 287 auto &RootMap = HSAMetadataRoot.getMap(); in verify()
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | MapField.java | 179 public Map<K, V> getMap() { in getMap() method in MapField 204 getMutableMap().putAll(MapFieldLite.copy(other.getMap())); in mergeFrom() 219 return MapFieldLite.<K, V>equals(getMap(), other.getMap()); in equals() 224 return MapFieldLite.<K, V>calculateHashCodeForMap(getMap()); in hashCode() 229 return new MapField<K, V>(converter, StorageMode.MAP, MapFieldLite.copy(getMap())); in copy()
|
D | MapFieldSchemaFull.java | 44 return ((MapField<?, ?>) mapField).getMap(); in forMapData() 97 Map<K, V> map = ((MapField<K, V>) mapField).getMap(); in getSerializedSizeFull()
|
D | GeneratedMessageV3.java | 3110 Map<Integer, V> m = field.getMap(); 3138 Map<Long, V> m = field.getMap(); 3165 Map<String, V> m = field.getMap(); 3191 Map<Boolean, V> m = field.getMap();
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | MsgPackDocument.h | 136 MapDocNode &getMap(bool Convert = false) { 337 return N.getMap(); in getMapNode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | InterferenceCache.h | 86 VirtI.setMap(LIU.getMap()); in RegUnitInfo()
|
D | LiveIntervalUnion.cpp | 135 LiveUnionI.setMap(LiveUnion->getMap()); in collectInterferingVRegs()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | LiveIntervalUnion.h | 82 const Map &getMap() const { return Segments; } in getMap() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUHSAMetadataStreamer.h | 100 return HSAMetadataDoc->getRoot().getMap(/*Convert=*/true)[Key]; in getRootMetadata()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
D | Counter.java | 171 public Map<T, RWLong> getMap() { in getMap() method in Counter
|
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | Counter.java | 168 public Map<T, RWLong> getMap() { in getMap() method in Counter
|
/third_party/node/deps/icu-small/source/i18n/ |
D | timezone.cpp | 790 static int32_t* getMap(USystemTimeZoneType type, int32_t& len, UErrorCode& ec) { in getMap() function in TZEnumeration 832 int32_t *baseMap = getMap(type, baseLen, ec); in create()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | timezone.cpp | 758 static int32_t* getMap(USystemTimeZoneType type, int32_t& len, UErrorCode& ec) { in getMap() function in TZEnumeration 800 int32_t *baseMap = getMap(type, baseLen, ec); in create()
|
/third_party/icu/icu4c/source/i18n/ |
D | timezone.cpp | 790 static int32_t* getMap(USystemTimeZoneType type, int32_t& len, UErrorCode& ec) { in getMap() function in TZEnumeration 832 int32_t *baseMap = getMap(type, baseLen, ec); in create()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | timezone.cpp | 790 static int32_t* getMap(USystemTimeZoneType type, int32_t& len, UErrorCode& ec) { in getMap() function in TZEnumeration 832 int32_t *baseMap = getMap(type, baseLen, ec); in create()
|