Home
last modified time | relevance | path

Searched defs:erase (Results 1 - 25 of 99) sorted by relevance

1234

/third_party/json/include/nlohmann/
H A Dordered_map.hpp162 size_type erase(const key_type& key) in erase() function
183 size_type erase(KeyType && key) in erase() function
202 iterator erase(iterator pos) in erase() function
207 iterator erase(iterator first, iterator last) in erase() function
/third_party/libinput/tools/
H A Dlibinput-measure-touchpad-size.py159 def erase(self): member in Touchpad
/third_party/python/Tools/demo/
H A Dlife.py84 def erase(self): member in LifeBoard
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DThreadLocal.h57 void erase() { removeInstance(); } in erase() function in llvm::sys::ThreadLocal
/foundation/window/window_manager/utils/include/
H A Datomic_map.h34 void erase(const Key& key) in erase() function in OHOS::Rosen::AtomicMap
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
H A DCircularCaptureBuffer.java95 public void erase() { in erase() method in CircularCaptureBuffer
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DTypeFinder.h57 iterator erase(iterator I, iterator E) { return StructTypes.erase(I, E); } in erase() function in llvm::TypeFinder
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DSmallSet.h107 bool erase(const T &V) { in erase() function in llvm::SmallSet
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DInfoSink.h102 void erase() { sink.clear(); } in erase() function in TInfoSinkBase
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h80 void erase(GlobalValue *Global) { in erase() function in llvm::GlobalNumberState
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.cpp179 bool DeadCodeElimination::erase(const SetVector<NodeId> &Nodes) { in erase() function in DeadCodeElimination
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DPriorityWorklist.h163 bool erase(const T& X) { in erase() function in llvm::PriorityWorklist
H A DSmallSet.h207 bool erase(const T &V) { in erase() function in llvm::SmallSet
H A DMapVector.h173 typename VectorType::iterator erase(typename VectorType::iterator Iterator) { in erase() function in llvm::MapVector
192 size_type erase(const KeyT &Key) { in erase() function in llvm::MapVector
H A DTinyPtrVector.h282 iterator erase(iterator I) { in erase() function in llvm::TinyPtrVector
298 iterator erase(iterator S, iterator E) { in erase() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DTrace.h98 iterator erase(iterator q) { return BasicBlocks.erase (q); } in erase() function in llvm::Trace
99 iterator erase(iterator q1, iterator q2) { return BasicBlocks.erase (q1, q2); } in erase() function in llvm::Trace
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DInfoSink.h107 void erase() in erase() function in sh::TInfoSinkBase
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Dnetfirewall_parcel.cpp94 std::string NetFirewallUtils::erase(const std::string &src, const std::string &sub) in erase() function in OHOS::NetManagerStandard::NetFirewallUtils
/third_party/gn/src/gn/
H A Dhash_table_base_unittest.cc155 bool erase(int x) { in erase() function in TestHashTable
H A Dpointer_set.h115 bool erase(T* ptr) { in erase() function in PointerSet
/third_party/glslang/glslang/Include/
H A DInfoSink.h71 void erase() { sink.erase(); } in erase() function in glslang::TInfoSinkBase
/third_party/mesa3d/src/amd/compiler/
H A Daco_util.h300 size_t erase(uint32_t id) in erase() function
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DDebugSink.h89 void erase() in erase() function in sh::DebugSink
/third_party/skia/include/core/
H A DSkPixmap.h683 bool erase(SkColor color) const { return this->erase(color, this->bounds()); } in erase() function in SkPixmap
696 bool erase(const SkColor4f& color, const SkIRect* subset = nullptr) const { in erase() function in SkPixmap
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Dnode_context_pso_manager.cpp157 bool erase = false; in BeginBackendFrame() local

Completed in 13 milliseconds

1234