Home
last modified time | relevance | path

Searched defs:erase (Results 26 - 50 of 99) sorted by relevance

1234

/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/property/
H A Dproperty.h115 void (*erase)(uintptr_t container, size_t index); // remove element from container member
/third_party/json/tests/thirdparty/fifo_map/
H A Dfifo_map.hpp365 iterator erase(const_iterator pos) in erase() function in nlohmann::fifo_map
372 iterator erase(const_iterator first, const_iterator last) in erase() function in nlohmann::fifo_map
383 size_type erase(const key_type& key) in erase() function in nlohmann::fifo_map
/third_party/littlefs/scripts/
H A Dtracebd.py242 def erase(self): member in Block
392 def erase(self, block=None, off=None, size=None): member in Bd
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_util.cpp37 DLList::Iterator::erase() in erase() function in nv50_ir::DLList::Iterator
H A Dnv50_ir_util.h213 inline void erase(Iterator& pos) in erase() function in nv50_ir::DLList
/third_party/skia/third_party/externals/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
/third_party/skia/src/core/
H A DSkPixmap.cpp176 bool SkPixmap::erase(SkColor color, const SkIRect& subset) const { in erase() function in SkPixmap
180 bool SkPixmap::erase(const SkColor4f& color, SkColorSpace* cs, const SkIRect* subset) const { in erase() function in SkPixmap
/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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCInst.h190 void erase(iterator I) { Operands.erase(I); } in erase() function in llvm::MCInst
191 void erase(iterator First, iterator Last) { Operands.erase(First, Last); } in erase() function in llvm::MCInst
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp341 void erase(MemberType *M) { Members.erase(M); } in erase() function in __anon25179::CongruenceClass
[all...]
H A DSROA.cpp259 void erase(iterator Start, iterator Stop) { Slices.erase(Start, Stop); } in erase() function in llvm::sroa::AllocaSlices
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A Dsimple_ilist.h192 iterator erase(iterator I) { in erase() function in llvm::simple_ilist
201 iterator erase(iterator First, iterator Last) { in erase() function in llvm::simple_ilist
/third_party/spirv-tools/source/
H A Denum_set.h279 size_t erase(const T& value) { in erase() function in spvtools::EnumSet
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DAllocatorList.h204 iterator erase(iterator I) { in erase() function in llvm::AllocatorList
208 iterator erase(iterator First, iterator Last) { in erase() function in llvm::AllocatorList
H A DDenseSet.h95 bool erase(const ValueT &V) { in erase() function in llvm::detail::DenseSetImpl
184 void erase(Iterator I) { return TheMap.erase(I.I); } in erase() function in llvm::detail::DenseSetImpl
185 void erase(ConstIterator CI) { return TheMap.erase(CI.I); } in erase() function in llvm::detail::DenseSetImpl
H A DIntervalMap.h269 void erase(unsigned i, unsigned j, unsigned Size) { in erase() function in llvm::IntervalMapImpl::NodeBase
276 void erase(unsigned i, unsigned Size) { in erase() function in llvm::IntervalMapImpl::NodeBase
[all...]
H A Dsimple_ilist.h196 iterator erase(iterator I) { in erase() function in llvm::simple_ilist
205 iterator erase(iterator First, iterator Last) { in erase() function in llvm::simple_ilist
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dinlined_vector.h684 iterator erase(const_iterator pos) { in erase() function in absl::InlinedVector
/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
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DResourceMap.h139 bool ResourceMap<ResourceType, IDType>::erase(IDType id, ResourceType **resourceOut) in erase() function in gl::ResourceMap
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dcontent_controller.cpp351 void ContentController::erase(int32_t startIndex, int32_t length) in erase() function in OHOS::Ace::NG::ContentController
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dunordered_map.h313 iterator erase(const_iterator pos) in erase() function in unordered_map_base
352 size_t erase(const key_type& key) in erase() function in unordered_map_base
755 size_t erase(const string_view& key) in erase() function in unordered_map
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/dnsresolv/
H A Ddns_proxy_listen.cpp489 auto DnsProxyListen::DnsSocketHolder::erase(iterator position) -> decltype(DnsSocketHolderBase::erase(position)) in erase() function
/third_party/mesa3d/src/compiler/glsl/
H A Dopt_copy_propagation_elements.cpp95 void erase(ir_variable *var, unsigned write_mask) in erase() function in __anon7206::copy_propagation_state
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr.cpp255 void Block::erase(iterator node) in erase() function in Block

Completed in 27 milliseconds

1234