Home
last modified time | relevance | path

Searched refs:erase (Results 626 - 650 of 3505) sorted by relevance

1...<<21222324252627282930>>...141

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dlocal_access_chain_convert_pass.cpp221 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 Dsmall_vector.h258 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 DX86ExpandPseudo.cpp173 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 DGlobalDCE.cpp128 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 DTinyPtrVector.h282 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 Dsmall_vector.h268 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 DrsgVariableManager.cpp141 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 DResourceManager.cpp86 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 Duser_record_manager.cpp49 logoutUserIdSet_.erase(userId); in SetEnableStartProcessFlagByUserId()
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dspring_node_listenable.h54 updateCallbacks_.erase(id); in RemoveUpdateListener()
/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_ace_engine.cpp54 containerMap_.erase(instanceId); in RemoveContainer()
H A Dmock_text_field_manager.cpp39 scrollMap_.erase(pageId); in RemovePageId()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dbms_param.cpp68 BMS_PARAM.erase(key); in DeleteBmsParam()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_frame_rate_linker_map.cpp39 frameRateLinkerMap_.erase(id); in UnregisterFrameRateLinker()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/drawing_utils/
H A Dnative_pixel_map_manager.cpp33 mapper_.erase(handle); in Unregister()
/foundation/multimodalinput/input/util/common/include/
H A Did_factory.h42 ids_.erase(ids_.begin()); in GenerateId()
/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_priority_manager/
H A Daccount_bundle_info.cpp54 bundleIdInfoMapping_.erase(bundleUid); in RemoveBundleById()
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dlocal_network.cpp55 interfaces_.erase(interfaceName); in RemoveInterface()
/foundation/window/window_manager_lite/services/ims/
H A Dinput_event_distributer.h71 rawEventListeners_.erase(listener); in RemoveRawEventListener()
/kernel/linux/linux-5.10/include/linux/
H A Dpstore_blk.h68 * @erase: The general erase operation for device with special removing
83 pstore_zone_erase_op erase; member
H A Dpstore_zone.h32 * @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 Dpstore_zone.h31 * @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 Dmtd_dev.h54 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 DDebugLocStream.cpp32 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 DThreadLocal.h56 // erase - Removes the pointer associated with the current thread.
57 void erase() { removeInstance(); } in erase() function in llvm::sys::ThreadLocal

Completed in 14 milliseconds

1...<<21222324252627282930>>...141