/third_party/json/include/nlohmann/ |
H A D | ordered_map.hpp | 162 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 D | libinput-measure-touchpad-size.py | 159 def erase(self): member in Touchpad
|
/third_party/python/Tools/demo/ |
H A D | life.py | 84 def erase(self): member in LifeBoard
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | ThreadLocal.h | 57 void erase() { removeInstance(); } in erase() function in llvm::sys::ThreadLocal
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/ |
H A D | CircularCaptureBuffer.java | 95 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 D | TypeFinder.h | 57 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 D | SmallSet.h | 107 bool erase(const T &V) { in erase() function in llvm::SmallSet
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | InfoSink.h | 102 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 D | FunctionComparator.h | 80 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 D | RDFDeadCode.cpp | 179 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 D | PriorityWorklist.h | 163 bool erase(const T& X) { in erase() function in llvm::PriorityWorklist
|
H A D | SmallSet.h | 207 bool erase(const T &V) { in erase() function in llvm::SmallSet
|
H A D | MapVector.h | 173 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 D | TinyPtrVector.h | 282 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 D | Trace.h | 98 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 D | InfoSink.h | 107 void erase() in erase() function in sh::TInfoSinkBase
|
/drivers/hdf_core/adapter/khdf/liteos/model/storage/include/mtd/ |
H A D | mtd_legacy_lite.h | 63 int (*erase)(struct mtd_info *mtd, struct erase_info *instr); member
|
/third_party/gn/src/gn/ |
H A D | hash_table_base_unittest.cc | 155 bool erase(int x) { in erase() function in TestHashTable
|
H A D | pointer_set.h | 115 bool erase(T* ptr) { in erase() function in PointerSet
|
/third_party/glslang/glslang/Include/ |
H A D | InfoSink.h | 71 void erase() { sink.erase(); } in erase() function in glslang::TInfoSinkBase
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_util.h | 300 size_t erase(uint32_t id) in erase() function
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
H A D | DebugSink.h | 89 void erase() in erase() function in sh::DebugSink
|
/third_party/skia/include/core/ |
H A D | SkPixmap.h | 683 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
|
/drivers/hdf_core/adapter/khdf/liteos/model/storage/src/mtd/ |
H A D | mtd_char_lite.c | 321 struct EraseInfo erase; in MtdCharIoctlErase() local
|
/third_party/json/tests/thirdparty/fifo_map/ |
H A D | fifo_map.hpp | 365 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
|