Home
last modified time | relevance | path

Searched defs:erase (Results 1 – 25 of 95) sorted by relevance

1234

/third_party/json/include/nlohmann/
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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTrace.h98 iterator erase(iterator q) { return BasicBlocks.erase (q); } in erase() function
99 iterator erase(iterator q1, iterator q2) { return BasicBlocks.erase (q1, q2); } in erase() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DDenseSet.h95 bool erase(const ValueT &V) { in erase() function
184 void erase(Iterator I) { return TheMap.erase(I.I); } in erase() function
185 void erase(ConstIterator CI) { return TheMap.erase(CI.I); } in erase() function
DTinyPtrVector.h282 iterator erase(iterator I) { in erase() function
298 iterator erase(iterator S, iterator E) { in erase() function
DMapVector.h173 typename VectorType::iterator erase(typename VectorType::iterator Iterator) { in erase() function
192 size_type erase(const KeyT &Key) { in erase() function
Dsimple_ilist.h196 iterator erase(iterator I) { in erase() function
205 iterator erase(iterator First, iterator Last) { in erase() function
DAllocatorList.h204 iterator erase(iterator I) { in erase() function
208 iterator erase(iterator First, iterator Last) { in erase() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DThreadLocal.h57 void erase() { removeInstance(); } in erase() function
/third_party/littlefs/scripts/
Dtracebd.py242 def erase(self): member in Block
268 erase=True, argument
392 def erase(self, block=None, off=None, size=None): member in Bd
453 erase=False, argument
567 erase=False, argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DInfoSink.h107 void erase() in erase() function
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DInfoSink.h102 void erase() { sink.clear(); } in erase() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DTypeFinder.h57 iterator erase(iterator I, iterator E) { return StructTypes.erase(I, E); } in erase() function
DValueMap.h191 bool erase(const KeyT &Val) { in erase() function
199 void erase(iterator I) { in erase() function
/third_party/skia/third_party/externals/spirv-tools/source/util/
Dsmall_vector.h258 iterator erase(const_iterator pos) { return erase(pos, pos + 1); } in erase() function
260 iterator erase(const_iterator first, const_iterator last) { in erase() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
Dsmall_vector.h258 iterator erase(const_iterator pos) { return erase(pos, pos + 1); } in erase() function
260 iterator erase(const_iterator first, const_iterator last) { in erase() function
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DCircularCaptureBuffer.java95 public void erase() { in erase() method in CircularCaptureBuffer
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DSmallSet.h107 bool erase(const T &V) { in erase() function
Dsimple_ilist.h192 iterator erase(iterator I) { in erase() function
201 iterator erase(iterator First, iterator Last) { in erase() function
/third_party/spirv-tools/source/util/
Dsmall_vector.h266 iterator erase(const_iterator pos) { return erase(pos, pos + 1); } in erase() function
268 iterator erase(const_iterator first, const_iterator last) { in erase() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInst.h190 void erase(iterator I) { Operands.erase(I); } in erase() function
191 void erase(iterator First, iterator Last) { Operands.erase(First, Last); } in erase() function
/third_party/python/Tools/demo/
Dlife.py84 def erase(self): member in LifeBoard
/third_party/json/tests/thirdparty/fifo_map/
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/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DDebugSink.h89 void erase() in erase() function
/third_party/libinput/tools/
Dlibinput-measure-touchpad-size.py159 def erase(self): member in Touchpad
/third_party/glslang/glslang/Include/
DInfoSink.h71 void erase() { sink.erase(); } in erase() function

1234