Home
last modified time | relevance | path

Searched refs:erase (Results 501 - 525 of 1307) sorted by relevance

1...<<21222324252627282930>>...53

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr.cpp255 void Block::erase(iterator node) in erase() function in Block
257 m_instructions.erase(node); in erase()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_valtable.cpp246 uses.erase(it); in remove_use()
296 uses.erase(uses.begin(), uses.end()); in delete_uses()
/third_party/libinput/tools/
H A Dlibinput-measure-touchpad-size.py159 def erase(self): member in Touchpad
285 touchpad.erase()
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dasyoutypeformatter.cc224 it = possible_formats_.erase(it); in NarrowDownPossibleFormats()
639 national_number_.erase(0, start_of_national_number); in RemoveNationalPrefixFromNationalNumber()
/third_party/node/deps/v8/src/base/
H A Dregion-allocator.cc83 free_regions_.erase(iter); in FreeListRemoveRegion()
124 all_regions_.erase(next_iter); // prev_iter stays valid. in Merge()
/third_party/protobuf/conformance/
H A Dconformance_test.cc179 if (expected_to_fail_.erase(test_name) != 0) { in ReportSuccess()
194 if (expected_to_fail_.erase(test_name) == 1) { in ReportFailure()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DImage.cpp108 mSourcesOf.erase(imageSource); in removeImageSource()
352 mState.targets.erase(sibling); in orphanSibling()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DRendererGL.cpp383 mWorkerContextPool.erase(it); in bindWorkerContext()
413 mCurrentWorkerContexts.erase(it); in unbindWorkerContext()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
H A DOrcMCJITReplacement.h321 Modules.erase(I);
444 M.UnfinalizedSections.erase(K); in operator ()()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DModule.cpp273 static_cast<StringMap<NamedMDNode *> *>(NamedMDSymTab)->erase(NMD->getName());
274 NamedMDList.erase(NMD->getIterator());
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_interfaces.cpp74 functions.erase(std::unique(functions.begin(), functions.end()), in check_interface_variable()
85 entry_points.erase(std::unique(entry_points.begin(), entry_points.end()), in check_interface_variable()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
H A DContext.cpp76 modify([&]() { listeners->erase(l); }); in remove()
288 contextsWithLock.erase(ctx); in unlock()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkDevice.cpp104 map.erase(it); in remove()
441 imageViewSet.erase(it); in unregisterImageView()
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross_containers.hpp482 T *erase(T *itr) SPIRV_CROSS_NOEXCEPT
489 void erase(T *start_erase, T *end_erase) SPIRV_CROSS_NOEXCEPT
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_interfaces.cpp74 functions.erase(std::unique(functions.begin(), functions.end()), in check_interface_variable()
85 entry_points.erase(std::unique(entry_points.begin(), entry_points.end()), in check_interface_variable()
/third_party/skia/tests/
H A DCompressedBackendAllocationTest.cpp99 actual2.erase(SkColors::kTransparent); in check_compressed_mipmaps()
131 actual.erase(SkColors::kTransparent); in check_readback()
/third_party/skia/third_party/externals/angle2/util/posix/
H A Dcrash_handler_posix.cpp536 // If found then erase it from string
537 relativePath.erase(pos, 1);
548 // If found then erase it from string
549 absolutePath.erase(pos, relativePath.length());
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DIVUsers.cpp424 Parent->Processed.erase(this->getUser()); in deleted()
425 Parent->IVUses.erase(this); in deleted()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.cpp343 LiveRegs.erase(I);
394 LiveRegs.erase(It.first);
H A DR600MachineScheduler.cpp104 PhysicalRegCopy.erase(PhysicalRegCopy.begin()); in pickNode()
327 Q.erase((It + 1).base()); in PopInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCExpandISEL.cpp293 // Setting MI to the erase result keeps the iterator valid and increased. in handleSpecialCases()
294 MI = BIL.erase(MI); in handleSpecialCases()
316 // Setting MI to the erase result keeps the iterator valid and increased. in handleSpecialCases()
317 MI = BIL.erase(MI); in handleSpecialCases()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86CondBrFolding.cpp260 MBB->erase(UncondBrI);
330 RootMBB->erase(UncondBrI);
/third_party/spirv-tools/source/
H A Denum_set.h277 // Similar to `std::unordered_set::erase`.
279 size_t erase(const T& value) { in erase() function in spvtools::EnumSet
295 buckets_.erase(buckets_.cbegin() + index); in erase()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DSparseMultiSet.h43 /// fast clear() as fast as a vector. The find(), insert(), and erase()
46 /// on the order of insert() and erase() operations. Iteration order is the
444 /// This invalidates iterators pointing at the same entry, but erase() returns
446 /// it possible to erase selected elements while iterating over the subset:
451 /// I = Set.erase(I);
464 /// I = erase(I);
466 iterator erase(iterator I) {
484 I = erase(I);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DVectorUtils.h684 InterleaveGroupMap.erase(Member); in releaseGroup()
686 InterleaveGroups.erase(Group); in releaseGroup()

Completed in 20 milliseconds

1...<<21222324252627282930>>...53