/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | local_access_chain_convert_pass.cpp | 221 seen_target_vars_.erase(varId); in FindTargetVars() 229 seen_target_vars_.erase(varId); in FindTargetVars() 235 seen_target_vars_.erase(varId); in FindTargetVars() 302 dead_instructions.erase(i); in ConvertLocalAccessChains()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/ |
H A D | small_vector.h | 258 iterator erase(const_iterator pos) { return erase(pos, pos + 1); } in erase() function in spvtools::utils::SmallVector 260 iterator erase(const_iterator first, const_iterator last) { in erase() function in spvtools::utils::SmallVector 264 auto r = large_data_->erase(large_data_->begin() + start_index, in erase()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86ExpandPseudo.cpp | 173 JTMBB->erase(JTInst); in ExpandICallBranchFunnel() 281 MBB.erase(MBBI); in ExpandMI() 299 // Adjust stack to erase error code in ExpandMI() 305 MBB.erase(MBBI); in ExpandMI() 309 // Adjust stack to erase error code in ExpandMI() 331 MBB.erase(MBBI); in ExpandMI()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | GlobalDCE.cpp | 128 Deps.erase(&GV); // Remove self-reference. in UpdateGVDependencies() 216 VFESafeVTables.erase(VTable); in ScanVTableLoad() 223 VFESafeVTables.erase(VTable); in ScanVTableLoad() 256 VFESafeVTables.erase(VTableInfo.first); in ScanTypeCheckedLoadIntrinsics()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | TinyPtrVector.h | 282 iterator erase(iterator I) { in erase() function in llvm::TinyPtrVector 283 assert(I >= begin() && "Iterator to erase is out of bounds."); in erase() 291 // multiple items in a vector; just do the erase, there is no in erase() 293 return Vec->erase(I); in erase() 298 iterator erase(iterator S, iterator E) { in erase() function 299 assert(S >= begin() && "Range to erase is out of bounds."); in erase() 300 assert(S <= E && "Trying to erase invalid range."); in erase() 301 assert(E <= end() && "Trying to erase past the end."); in erase() 307 return Vec->erase(S, E); in erase()
|
/third_party/spirv-tools/source/util/ |
H A D | small_vector.h | 268 iterator erase(const_iterator pos) { return erase(pos, pos + 1); } in erase() function in spvtools::utils::SmallVector 270 iterator erase(const_iterator first, const_iterator last) { in erase() function in spvtools::utils::SmallVector 274 auto r = large_data_->erase(large_data_->begin() + start_index, in erase()
|
/third_party/vk-gl-cts/framework/randomshaders/ |
H A D | rsgVariableManager.cpp | 141 m_liveVariables.erase(pos); in removeLive() 219 m_entries.erase(pos); in removeValue() 306 m_entryCache.erase(pos); in declareVariable() 332 m_entryCache.erase(pos); in removeValueFromCurrentScope()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | ResourceManager.cpp | 86 if (!mObjectMap.erase(handle, &resource)) in deleteObject() 206 objectMap->erase(id, &object); in deleteObject() 456 if (!mMemoryObjects.erase(handle, &memoryObject)) in deleteMemoryObject() 505 if (!mSemaphores.erase(handle, &semaphore)) in deleteSemaphore()
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | user_record_manager.cpp | 49 logoutUserIdSet_.erase(userId); in SetEnableStartProcessFlagByUserId()
|
/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | spring_node_listenable.h | 54 updateCallbacks_.erase(id); in RemoveUpdateListener()
|
/foundation/arkui/ace_engine/test/mock/core/common/ |
H A D | mock_ace_engine.cpp | 54 containerMap_.erase(instanceId); in RemoveContainer()
|
H A D | mock_text_field_manager.cpp | 39 scrollMap_.erase(pageId); in RemovePageId()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | bms_param.cpp | 68 BMS_PARAM.erase(key); in DeleteBmsParam()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_render_frame_rate_linker_map.cpp | 39 frameRateLinkerMap_.erase(id);
in UnregisterFrameRateLinker()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/drawing_utils/ |
H A D | native_pixel_map_manager.cpp | 33 mapper_.erase(handle); in Unregister()
|
/foundation/multimodalinput/input/util/common/include/ |
H A D | id_factory.h | 42 ids_.erase(ids_.begin()); in GenerateId()
|
/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_priority_manager/ |
H A D | account_bundle_info.cpp | 54 bundleIdInfoMapping_.erase(bundleUid); in RemoveBundleById()
|
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/ |
H A D | local_network.cpp | 55 interfaces_.erase(interfaceName); in RemoveInterface()
|
/foundation/window/window_manager_lite/services/ims/ |
H A D | input_event_distributer.h | 71 rawEventListeners_.erase(listener); in RemoveRawEventListener()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | pstore_blk.h | 68 * @erase: The general erase operation for device with special removing 83 pstore_zone_erase_op erase; member
|
H A D | pstore_zone.h | 32 * @erase: The general erase operation for device with special removing 55 pstore_zone_erase_op erase; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | pstore_zone.h | 31 * @erase: The general erase operation for device with special removing 53 pstore_zone_erase_op erase; member
|
/kernel/liteos_a/drivers/mtd/multi_partition/include/ |
H A D | mtd_dev.h | 54 int (*erase)(struct MtdDev *mtd, UINT64 start, UINT64 len, UINT64 *failAddr); member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DebugLocStream.cpp | 32 Comments.erase(Comments.begin() + Entries.back().CommentOffset, in finalizeEntry()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | ThreadLocal.h | 56 // erase - Removes the pointer associated with the current thread. 57 void erase() { removeInstance(); } in erase() function in llvm::sys::ThreadLocal
|