/third_party/json/include/nlohmann/ |
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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | Trace.h | 98 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/ |
D | DenseSet.h | 95 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
|
D | TinyPtrVector.h | 282 iterator erase(iterator I) { in erase() function 298 iterator erase(iterator S, iterator E) { in erase() function
|
D | MapVector.h | 173 typename VectorType::iterator erase(typename VectorType::iterator Iterator) { in erase() function 192 size_type erase(const KeyT &Key) { in erase() function
|
D | simple_ilist.h | 196 iterator erase(iterator I) { in erase() function 205 iterator erase(iterator First, iterator Last) { in erase() function
|
D | AllocatorList.h | 204 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/ |
D | ThreadLocal.h | 57 void erase() { removeInstance(); } in erase() function
|
/third_party/littlefs/scripts/ |
D | tracebd.py | 242 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/ |
D | InfoSink.h | 107 void erase() in erase() function
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | InfoSink.h | 102 void erase() { sink.clear(); } in erase() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | TypeFinder.h | 57 iterator erase(iterator I, iterator E) { return StructTypes.erase(I, E); } in erase() function
|
D | ValueMap.h | 191 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/ |
D | small_vector.h | 258 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/ |
D | small_vector.h | 258 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/ |
D | CircularCaptureBuffer.java | 95 public void erase() { in erase() method in CircularCaptureBuffer
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | SmallSet.h | 107 bool erase(const T &V) { in erase() function
|
D | simple_ilist.h | 192 iterator erase(iterator I) { in erase() function 201 iterator erase(iterator First, iterator Last) { in erase() function
|
/third_party/spirv-tools/source/util/ |
D | small_vector.h | 266 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/ |
D | MCInst.h | 190 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/ |
D | life.py | 84 def erase(self): member in LifeBoard
|
/third_party/json/tests/thirdparty/fifo_map/ |
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
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
D | DebugSink.h | 89 void erase() in erase() function
|
/third_party/libinput/tools/ |
D | libinput-measure-touchpad-size.py | 159 def erase(self): member in Touchpad
|
/third_party/glslang/glslang/Include/ |
D | InfoSink.h | 71 void erase() { sink.erase(); } in erase() function
|