/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | virtual_relational_ver_sync_db_interface.cpp | 235 (void)metadata_.erase(key); in DeleteMetaData() 246 iter = metadata_.erase(iter); in DeleteMetaDataByPrefixKey() 306 syncData_.erase(tableName); in EraseSyncData()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/ |
H A D | network_adapter.cpp | 312 onlineRemoteDev_.erase(devInfo.identifier); in OnDeviceChangeHandler() 319 onlineRemoteDev_.erase(devInfo.identifier); in OnDeviceChangeHandler() 397 onlineRemoteDev_.erase(devInfo.identifier); in CheckDeviceOfflineAfterSendFail()
|
/foundation/distributeddatamgr/data_share/frameworks/native/common/include/ |
H A D | callbacks_manager.h | 156 callbackIt = callbacks.erase(callbackIt); in DelLocalObservers() 178 callbacks_.erase(key); in DelObservers() 200 callbacks_.erase(key); in DelObservers()
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/ |
H A D | dcamera_stream_data_process.cpp | 94 streamIds_.erase(streamId); in ReleaseStreams() 100 producers_.erase(streamId); in ReleaseStreams() 169 producerIter = producers_.erase(producerIter); in StopCapture()
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/utils/ |
H A D | dh_context.cpp | 151 devIdEntrySet_.erase(iter); in RemoveOnlineDeviceIdEntryByNetworkId() 337 realTimeOnLineNetworkIdSet_.erase(networkId); in DeleteRealTimeOnlineDeviceNetworkId() 415 connectedDevIds_.erase(IsomerismDeviceId); in DelIsomerismConnectDev()
|
/foundation/communication/dhcp/frameworks/native/src/ |
H A D | dhcp_event.cpp | 179 mapClientCallBack.erase(iter); in UnRegisterCallBack() 180 DHCP_LOGI("Client UnRegisterCallBack erase ifname:%{public}s", ifname.c_str()); in UnRegisterCallBack() 187 mapClientCallBack.erase(it); in UnRegisterCallBack() 311 mapServerCallBack.erase(iter); in UnRegisterCallBack() 312 DHCP_LOGI("Server UnRegisterCallBack erase ifname:%{public}s", ifname.c_str()); in UnRegisterCallBack()
|
/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | multi_instance_manager.cpp | 227 appInfoMap_.erase(bundleName); in RefreshAppInfo() 280 instanceKeyRefCountMap_.erase(bundleInstanceKey); in DecreaseInstanceKeyRefCount() 380 instanceIdList.erase(it); in RemoveInstanceId()
|
/foundation/window/window_manager/wmserver/src/ |
H A D | avoid_area_controller.cpp | 40 lastUpdatedAvoidArea_.erase(windowNode->GetWindowId()); in UpdateAvoidAreaListener() 41 avoidAreaListenerNodes_.erase(windowNode); in UpdateAvoidAreaListener() 91 overlayWindowMap_.erase(overlayId); in AddOrRemoveOverlayWindowIfNeed()
|
/kernel/linux/linux-5.10/fs/pstore/ |
H A D | blk.c | 163 pstore_zone_info->erase = dev->erase; in __register_pstore_device() 413 dev.erase = NULL; in __register_pstore_blk()
|
/kernel/linux/linux-6.6/drivers/mtd/spi-nor/ |
H A D | core.h | 195 * struct spi_nor_erase_type - Structure to describe a SPI NOR erase type 196 * @size: the size of the sector/block erased by the erase type. 197 * JEDEC JESD216B imposes erase sizes to be a power of 2. 201 * @opcode: the SPI command op code to erase the sector/block. 217 * The structure is used to describe a list of erase commands to be executed 218 * once we validate that the erase can be performed. The elements in the list 220 * @list: for inclusion into the list of erase commands. 221 * @count: how many times the same erase command should be 224 * @opcode: the SPI command op code to erase the sector/block. 234 * struct spi_nor_erase_region - Structure to describe a SPI NOR erase regio 322 int (*erase)(struct spi_nor *nor, loff_t addr); global() member [all...] |
/third_party/googletest/googlemock/src/ |
H A D | gmock-spec-builders.cc | 595 UninterestingCallReactionMap().erase(static_cast<uintptr_t>(mock_obj)); in GTEST_LOCK_EXCLUDED_() 718 if (mockers.erase(mocker) > 0) { in GTEST_EXCLUSIVE_LOCK_REQUIRED_() 721 g_mock_object_registry.states().erase(it); in GTEST_EXCLUSIVE_LOCK_REQUIRED_()
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | memory.cpp | 130 resources.erase(&q.device()); in resource_out() 162 resources.erase(&q.device()); in resource_out() 215 resources.erase(&q.device()); in resource_out()
|
/third_party/node/src/ |
H A D | node_options-inl.h | 273 underlying->erase(underlying->begin() + 1); in pop_first() 275 synthetic_args.erase(synthetic_args.begin()); in pop_first() 338 name.erase(2, 3); // remove no- in Parse()
|
/third_party/node/deps/v8/src/debug/wasm/gdb-server/ |
H A D | gdb-server.cc | 294 breakpoints_.erase(it); in RemoveBreakpoint() 330 it = scripts_.erase(it); in RemoveIsolate() 336 isolate_delegates_.erase(it); in RemoveIsolate()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Globals.cpp | 385 getParent()->getGlobalList().erase(getIterator()); in eraseFromParent() 519 getParent()->getAliasList().erase(getIterator()); in eraseFromParent() 552 getParent()->getIFuncList().erase(getIterator()); in eraseFromParent()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | CompressedTextureFormatsTest.cpp | 366 name.erase(0, 3); // Remove GL_ in PrintToStringParamName() 369 name.erase(0, 11); in PrintToStringParamName() 375 name.erase(name.length() - 4, 4); in PrintToStringParamName()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | loop_descriptor.h | 218 loop->loop_basic_blocks_.erase(bb_id); in RemoveBasicBlock() 269 nested_loops_.erase( in RemoveChildLoop() 518 basic_block_to_loop_.erase(bb_id); in ForgetBasicBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | loop_descriptor.h | 218 loop->loop_basic_blocks_.erase(bb_id); in RemoveBasicBlock() 269 nested_loops_.erase( in RemoveChildLoop() 518 basic_block_to_loop_.erase(bb_id); in ForgetBasicBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | PHITransAddr.cpp | 67 InstInputs.erase(Entry); in VerifySubExpr() 130 InstInputs.erase(Entry); in RemoveInstInputs() 165 InstInputs.erase(find(InstInputs, Inst)); in PHITranslateSubExpr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | StringMap.h | 413 /// erase it. This aborts if the key is not in the map. 418 void erase(iterator I) { in erase() function in llvm::StringMap 424 bool erase(StringRef Key) { in erase() function in llvm::StringMap 427 erase(I); in erase()
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
H A D | containers_test.cpp | 286 list.erase(itC); in TEST_F() 301 list.erase(itA); in TEST_F() 316 list.erase(itB); in TEST_F()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | R600OptimizeVectorRegisters.cpp | 223 UpdatedUndef.erase(ChanPos); in RebuildVector() 255 MIs.erase(llvm::find(MIs, MI), MIs.end()); in RemoveMI() 260 MIs.erase(llvm::find(MIs, MI), MIs.end()); in RemoveMI()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | StringMap.h | 468 /// erase it. This aborts if the key is not in the map. 473 void erase(iterator I) { in erase() function in llvm::StringMap 479 bool erase(StringRef Key) { in erase() function in llvm::StringMap 482 erase(I); in erase()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/ |
H A D | graphcycles_test.cc | 235 id.erase(node); in TEST() 338 id.erase(node); in TEST() 444 id_.erase(3); in TEST_F()
|
/third_party/spirv-tools/source/opt/ |
H A D | loop_descriptor.h | 218 loop->loop_basic_blocks_.erase(bb_id); in RemoveBasicBlock() 269 nested_loops_.erase( in RemoveChildLoop() 519 basic_block_to_loop_.erase(bb_id); in ForgetBasicBlock()
|