/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_instr.cpp | 255 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 D | sb_valtable.cpp | 246 uses.erase(it); in remove_use() 296 uses.erase(uses.begin(), uses.end()); in delete_uses()
|
/third_party/libinput/tools/ |
H A D | libinput-measure-touchpad-size.py | 159 def erase(self): member in Touchpad 285 touchpad.erase()
|
/third_party/libphonenumber/cpp/src/phonenumbers/ |
H A D | asyoutypeformatter.cc | 224 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 D | region-allocator.cc | 83 free_regions_.erase(iter); in FreeListRemoveRegion() 124 all_regions_.erase(next_iter); // prev_iter stays valid. in Merge()
|
/third_party/protobuf/conformance/ |
H A D | conformance_test.cc | 179 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 D | Image.cpp | 108 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 D | RendererGL.cpp | 383 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 D | OrcMCJITReplacement.h | 321 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 D | Module.cpp | 273 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 D | validate_interfaces.cpp | 74 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 D | Context.cpp | 76 modify([&]() { listeners->erase(l); }); in remove() 288 contextsWithLock.erase(ctx); in unlock()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkDevice.cpp | 104 map.erase(it); in remove() 441 imageViewSet.erase(it); in unregisterImageView()
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_cross_containers.hpp | 482 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 D | validate_interfaces.cpp | 74 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 D | CompressedBackendAllocationTest.cpp | 99 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 D | crash_handler_posix.cpp | 536 // 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 D | IVUsers.cpp | 424 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 D | GCNRegPressure.cpp | 343 LiveRegs.erase(I); 394 LiveRegs.erase(It.first);
|
H A D | R600MachineScheduler.cpp | 104 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 D | PPCExpandISEL.cpp | 293 // 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 D | X86CondBrFolding.cpp | 260 MBB->erase(UncondBrI); 330 RootMBB->erase(UncondBrI);
|
/third_party/spirv-tools/source/ |
H A D | enum_set.h | 277 // 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 D | SparseMultiSet.h | 43 /// 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 D | VectorUtils.h | 684 InterleaveGroupMap.erase(Member); in releaseGroup() 686 InterleaveGroups.erase(Group); in releaseGroup()
|