/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | CommandLine.cpp | 216 Sub.OptionsMap.erase(Name); in removeOption() 222 Sub.PositionalOpts.erase(Opt); in removeOption() 229 Sub.SinkOpts.erase(Opt); in removeOption() 273 Sub.OptionsMap.erase(O->ArgStr); in updateArgStr() 321 RegisteredSubCommands.erase(sub); in unregisterSubCommand() 983 Argv.erase(Argv.begin() + I); in ExpandResponseFiles()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
H A D | inlined_vector_test.cc | 77 // destroyed in the erase(begin, end) test. 239 v.erase(v.begin() + i); in TEST() 276 v.erase(v.begin() + erase_begin, v.begin() + erase_end); in TEST() 342 v.erase(v.begin()); in TEST() 344 v.erase(v.begin(), v.begin() + 1); in TEST() 1020 // pop_back() and erase() must destroy one object in TYPED_TEST_P() 1030 v.erase(v.begin()); in TYPED_TEST_P() 1038 v.erase(v.begin(), v.begin()); in TYPED_TEST_P()
|
/third_party/vulkan-loader/tests/framework/icd/ |
H A D | test_icd.cpp | 338 icd.messenger_handles.erase(found_iter); 464 if (found != icd.device_handles.end()) icd.device_handles.erase(found); 468 phys_dev.device_handles.erase(phys_dev.device_handles.begin() + fd.dev_index); 469 phys_dev.device_create_infos.erase(phys_dev.device_create_infos.begin() + fd.dev_index); 679 icd.surface_handles.erase(found_iter); 713 auto found_iter = icd.swapchain_handles.erase(
|
/third_party/libabigail/src/ |
H A D | abg-dwarf-reader.cc | 1602 erase(vector<expr_result>::reverse_iterator i) in erase() function in abigail::dwarf::expr_result_stack_type 1603 {elems_.erase(--i.base());} in erase() 3651 return canonical_dies.erase(die_offset); in erase_canonical_die_offset() 4120 declaration_only_classes().erase(*i); in resolve_declaration_only_classes() 4356 declaration_only_enums().erase(*i); in resolve_declaration_only_enums() 5456 erase(const offset_pair_type& p) in erase() function 5458 if (set_.erase(p)) in erase() 5467 vect_.erase(i); in erase() 5616 /// @param erase_canonical_die_offset if true then erase the cached 5642 dependant_types_it->second.erase( in erase_redundant_type_pair_entry() [all...] |
/third_party/elfutils/debuginfod/ |
H A D | debuginfod.cxx | 772 q.erase (q.begin()); in wait_front() 848 values.erase(value); in release() 1318 lru.erase(i); in intern() 1329 prefetch.erase(i); in intern() 1374 lru.erase(i); // invalidates i, so no more iteration! in lookup() 1388 prefetch.erase(i); in lookup() 1438 { // found it; erase it from lru in clear() 1440 lru.erase(i); // invalidates i, so no more iteration! in clear() 1450 { // found it; erase it from lru in clear() 1452 prefetch.erase( in clear() [all...] |
/device/soc/rockchip/rk3568/hardware/omx_il/libOMXPlugin/ |
H A D | OMXPlugin.cpp | 149 mComponents.erase(mComponents.begin() + i); in DeleteComponentInstance()
|
/third_party/googletest/googlemock/test/ |
H A D | gmock-pp-string_test.cc | 45 to_split.erase(std::remove(to_split.begin(), to_split.end(), ' '), in SameExceptSpaces()
|
/third_party/json/tests/src/ |
H A D | unit-diagnostics.cpp | 63 CHECK_THROWS_WITH_AS(j["array"].erase(j.begin()), "[json.exception.invalid_iterator.202] (/array) iterator does not fit current value", json::invalid_iterator);
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | printf.cpp | 119 print_str.erase(vec_pos - cur_tok, std::min(mod_pos, spec_pos) - vec_pos); in print_formatted()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | module-compiler.h | 96 queue_.erase(it); in pop()
|
/third_party/node/src/inspector/ |
H A D | worker_agent.cc | 151 if (sessions_.erase(id) == 0) in Detached()
|
/third_party/nghttp2/src/ |
H A D | base64.h | 201 res.erase(decode(first, last, std::begin(res)), std::end(res)); in decode()
|
/third_party/ninja/src/ |
H A D | test.cc | 190 files_.erase(i);
in RemoveFile()
|
H A D | state.cc | 51 delayed_.erase(delayed_.begin(), it); in RetrieveReadyEdges()
|
/third_party/mesa3d/src/intel/ds/ |
H A D | intel_pps_driver.cc | 313 records.erase(std::begin(records), std::begin(records) + 1); in gpu_next()
|
/third_party/node/deps/v8/src/d8/ |
H A D | d8-console.cc | 114 timers_.erase(find); in TimeEnd()
|
/third_party/node/deps/v8/src/debug/wasm/gdb-server/ |
H A D | packet.cc | 211 data_.erase(read_index_ - 1); in GetRawChar()
|
/third_party/node/deps/v8/src/heap/ |
H A D | code-range.cc | 74 freed_regions_for_size.erase((it_freed + 1).base()); in GetAddressHint()
|
/third_party/node/deps/v8/src/libplatform/ |
H A D | default-foreground-task-runner.cc | 137 task_queue_.erase(it); in PopTaskFromQueue()
|
/third_party/node/deps/v8/src/third_party/vtune/ |
H A D | vtune-jit.cc | 233 GetEntries()->erase(event->code_start); in event_handler()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiBufferMemoryRequirementsTestsUtils.hpp | 193 tmp.erase(std::next(tmp.begin(), b)); in combine()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiBufferMemoryRequirementsTestsUtils.hpp | 193 tmp.erase(std::next(tmp.begin(), b)); in combine()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DebugLocEntry.h | 169 Values.erase(std::unique(Values.begin(), Values.end(), in sortUniqueValues()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | ExpandPostRAPseudos.cpp | 131 MBB->erase(MI); in LowerSubregToReg()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
H A D | Layer.cpp | 104 SymbolToDefinition.erase(I); in discard()
|