Home
last modified time | relevance | path

Searched full:pop_back (Results 201 - 225 of 994) sorted by relevance

12345678910>>...40

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DSmallVector.h225 void pop_back() { in pop_back() function in llvm::SmallVectorTemplateCommon
313 void pop_back() { in pop_back() function in llvm::SmallVectorTemplateBase
384 this->pop_back(); in pop_back_val()
442 this->pop_back(); in erase()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DSmallVector.h225 void pop_back() { in pop_back() function in llvm::SmallVectorTemplateCommon
309 void pop_back() { this->set_size(this->size() - 1); } in pop_back() function in llvm::SmallVectorTemplateBase
376 this->pop_back(); in pop_back_val()
445 this->pop_back(); in erase()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DRegionInfoImpl.h75 RegionQueue.pop_back(); in replaceEntryRecursive()
93 RegionQueue.pop_back(); in replaceExitRecursive()
893 Regions.pop_back(); in getCommonRegion()
905 BBs.pop_back(); in getCommonRegion()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmTypeTests.cpp1010 inputs.pop_back();
1011 outputs.pop_back();
1096 inputs0.pop_back();
1097 inputs1.pop_back();
1098 outputs.pop_back();
1202 inputs0.pop_back();
1203 inputs1.pop_back();
1204 inputs2.pop_back();
1205 outputs.pop_back();
1318 inputs0.pop_back();
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmTypeTests.cpp1012 inputs.pop_back();
1013 outputs.pop_back();
1098 inputs0.pop_back();
1099 inputs1.pop_back();
1100 outputs.pop_back();
1204 inputs0.pop_back();
1205 inputs1.pop_back();
1206 inputs2.pop_back();
1207 outputs.pop_back();
1320 inputs0.pop_back();
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp679 QueryInfos.pop_back(); in materialize()
858 RejectedWeakDefs.pop_back(); in defineMaterializing()
1057 Worklist.pop_back(); in resolve()
1123 Worklist.pop_back(); in emit()
1244 Worklist.pop_back(); in notifyFailed()
1781 PendingQueries.pop_back();
2180 OutstandingMUs.pop_back();
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Dnode_system.cpp370 children_.pop_back();
483 children_.pop_back(); in PopChildNoRefresh()
657 stack.pop_back(); in DisableTree()
681 stack.pop_back(); in EnableTree()
1325 stack.pop_back(); in UpdateTransformations()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassDitheringTests.cpp1083 testParams.colorFormats.pop_back(); in createRenderPassDitheringTests()
1086 testParams.colorFormats.pop_back(); in createRenderPassDitheringTests()
1089 testParams.colorFormats.pop_back(); in createRenderPassDitheringTests()
1135 testParams.colorFormats.pop_back(); in createRenderPassDitheringTests()
1161 testParams.colorFormats.pop_back(); in createRenderPassDitheringTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassDitheringTests.cpp1084 testParams.colorFormats.pop_back(); in createRenderPassDitheringTests()
1087 testParams.colorFormats.pop_back(); in createRenderPassDitheringTests()
1090 testParams.colorFormats.pop_back(); in createRenderPassDitheringTests()
1136 testParams.colorFormats.pop_back(); in createRenderPassDitheringTests()
1162 testParams.colorFormats.pop_back(); in createRenderPassDitheringTests()
/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dzip_file.cpp364 tmpDir.pop_back(); in IsDirExist()
405 tmpDir.pop_back(); in GetAllFileList()
439 tmpDir.pop_back(); in GetChildNames()
/foundation/multimedia/av_codec/test/unittest/filter_test/
H A Ddemuxer_filter_unit_test.cpp242 trackInfos.pop_back(); in HWTEST_F()
525 vec.pop_back(); in HWTEST_F()
560 vec.pop_back(); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Dtable_info.cpp431 attrStr.pop_back(); in AddUniqueDefineString()
434 attrStr.pop_back(); in AddUniqueDefineString()
697 primaryKey.pop_back(); // remove the last comma in ToTableInfoString()
/third_party/googletest/googlemock/src/
H A Dgmock-spec-builders.cc122 expectations.pop_back(); in GTEST_EXCLUSIVE_LOCK_REQUIRED_()
144 expectations.pop_back(); in GTEST_EXCLUSIVE_LOCK_REQUIRED_()
164 expectations.pop_back(); in GTEST_EXCLUSIVE_LOCK_REQUIRED_()
/third_party/node/deps/v8/src/debug/
H A Ddebug-coverage.cc144 nesting_stack_.pop_back(); in Next()
696 nesting.pop_back(); in Collect()
747 if (functions->empty()) result->pop_back(); in Collect()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp443 SecNSymStack.pop_back(); in graphifyRegularSymbols()
448 SecNSymStack.pop_back(); in graphifyRegularSymbols()
481 BlockSyms.pop_back(); in graphifyRegularSymbols()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DOptimizer.cpp859 pop_back(); in erase()
866 loads.pop_back(); in erase()
876 stores.pop_back(); in erase()
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross_containers.hpp312 void pop_back() SPIRV_CROSS_NOEXCEPT
315 // Calling pop_back on empty vector is undefined.
578 vacants.pop_back(); in allocate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DJSON.cpp660 Stack.pop_back(); in arrayEnd()
678 Stack.pop_back(); in objectEnd()
704 Stack.pop_back(); in attributeEnd()
/foundation/arkui/ace_engine/frameworks/core/components/rich_text/resource/
H A Drich_text_delegate.cpp281 createdCallbacks_.pop_back(); in RemoveCreatedCallback()
297 releasedCallbacks_.pop_back(); in RemoveReleasedCallback()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_frontend.cpp98 eventParam.pop_back(); in TouchInfoToString()
118 eventParam.pop_back(); in TouchInfoToString()
/foundation/arkui/ace_engine/frameworks/core/common/
H A Devent_dump.cpp78 eventTreeList.pop_back(); in AddTouchPoint()
84 eventTreeList.pop_back(); in AddTouchPoint()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Ddata_detector_adapter.cpp73 menuOptionAndAction.pop_back(); in ShowAIEntityMenu()
76 menuOptionAndAction.pop_back(); in ShowAIEntityMenu()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/
H A Dref_uri.h232 segments_.pop_back(); in TakeFirstNode()
361 segments_.pop_back(); in AddSegment()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_rd_single_ver_natural_store_testcase.cpp100 key3.pop_back(); in SyncDatabaseOperate006()
232 sizeKey.pop_back(); in DataBaseCommonPutOperate()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_sql_builder.cpp324 sql.pop_back(); in GenerateSqls()
348 sqlStr.pop_back(); in MakeExecuteSqls()

Completed in 33 milliseconds

12345678910>>...40