Home
last modified time | relevance | path

Searched full:pop_back (Results 101 - 125 of 994) sorted by relevance

12345678910>>...40

/third_party/skia/third_party/externals/angle2/src/common/
H A DFastVector.h79 void pop_back();
317 ANGLE_INLINE void FastVector<T, N, Storage>::pop_back()
418 pop_back(); in remove_and_permute()
/third_party/skia/src/core/
H A DSkTBlockList.h39 * - pop_back(): O(1), with free O(B)
115 void pop_back() { in pop_back() function in SkTBlockList
298 other.pop_back(); in concat()
H A DSkMarkerStack.cpp60 fStack.pop_back(); in restore()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DCallGraph.cpp193 CalledFunctions.pop_back(); in removeCallEdgeFor()
207 CalledFunctions.pop_back(); in removeAnyCallEdgeTo()
221 CalledFunctions.pop_back(); in removeOneAbstractEdgeTo()
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Dcontainers.h112 MARL_NO_EXPORT inline void pop_back();
228 void vector<T, BASE_CAPACITY>::pop_back() { in pop_back() function in marl::containers::vector
229 MARL_ASSERT(count > 0, "pop_back() called on empty vector"); in pop_back()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DR600MachineScheduler.cpp326 InstructionsGroupCandidate.pop_back(); in PopInst()
330 InstructionsGroupCandidate.pop_back(); in PopInst()
462 AQ.pop_back(); in pickOther()
H A DR600Packetizer.cpp262 CurrentPacketMIs.pop_back(); in isBundlableWithCurrentPMI()
279 CurrentPacketMIs.pop_back(); in isBundlableWithCurrentPMI()
287 CurrentPacketMIs.pop_back(); in isBundlableWithCurrentPMI()
/third_party/skia/tools/viewer/
H A DParticlesSlide.cpp143 fTreeStack.pop_back();
162 fArrayCounterStack.pop_back();
164 fArrayEditStack.pop_back();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DSparseSet.h293 // This depends on SmallVector::pop_back() not invalidating iterators.
294 // std::vector::pop_back() doesn't give that guarantee.
295 Dense.pop_back();
/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/
H A Doverlay_manager_testtwo_ng.cpp205 rootNode_->children_.pop_back(); in HWTEST_F()
235 rootNode_->children_.pop_back(); in HWTEST_F()
266 rootNode_->children_.pop_back(); in HWTEST_F()
1160 rootNode_->children_.pop_back(); in HWTEST_F()
1200 rootNode_->children_.pop_back(); in HWTEST_F()
1240 rootNode_->children_.pop_back(); in HWTEST_F()
1299 rootNode_->children_.pop_back(); in HWTEST_F()
/third_party/gn/src/gn/
H A Dcommand_format.cc362 stack_.pop_back(); in PrintSuffixComments()
373 stack_.pop_back(); in FlushComments()
864 sub3.stack_.pop_back(); in Expr()
889 stack_.pop_back(); in Expr()
898 stack_.pop_back(); in Expr()
1021 stack_.pop_back(); in Sequence()
1184 stack_.pop_back(); in FunctionCall()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_scope_util.cpp56 restoreInstanceIds_.pop_back(); in RestoreInstanceId()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_item_pool.cpp41 it->second.pop_back(); in Allocate()
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/utils/
H A Dhgm_lru_cache.h48 valueCache_.pop_back(); in Put()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_bundle_manager.cpp60 cacheList_.pop_back(); in GetBundleNameByUID()
/foundation/multimedia/ringtone_library/services/ringtone_data_extension/src/
H A Dringtone_bundle_manager.cpp57 cacheList_.pop_back(); in GetBundleNameByUid()
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dscene_board_judgement.cpp53 line.pop_back(); in SafeGetLine()
/foundation/resourceschedule/background_task_mgr/services/test/unittest/
H A Dbgtask_manager_unit_test.cpp427 dumpOption.pop_back(); in HWTEST_F()
430 dumpOption.pop_back(); in HWTEST_F()
433 dumpOption.pop_back(); in HWTEST_F()
436 dumpOption.pop_back(); in HWTEST_F()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dlinked_list.c47 TEST(kptr, pop_back)
51 TEST(global, pop_back)
55 TEST(map, pop_back)
59 TEST(inner_map, pop_back)
/third_party/node/deps/v8/src/api/
H A Dapi.h464 saved_contexts_.pop_back(); in RestoreContext()
476 entered_contexts_.pop_back(); in LeaveContext()
477 is_microtask_context_.pop_back(); in LeaveContext()
511 blocks_.pop_back(); in DeleteExtensions()
/third_party/node/deps/v8/src/torque/
H A Dinstructions.cc159 parameter_types.pop_back(); in TypeInstruction()
214 parameter_types.pop_back(); in TypeInstruction()
286 parameter_types.pop_back(); in TypeInstruction()
769 parameter_types.pop_back(); in TypeInstruction()
/third_party/skia/third_party/externals/tint/src/resolver/
H A Ddependency_graph.cc608 stack.pop_back(); in TraverseDependencies()
638 stack.pop_back(); in SortGlobals()
645 stack.pop_back(); in SortGlobals()
651 // Each stack.push() must have a corresponding stack.pop_back(). in SortGlobals()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/
H A DGraph.h84 // 3) pop_back() in removeAdjEdgeId()
89 AdjEdgeIds.pop_back(); in removeAdjEdgeId()
196 FreeNodeIds.pop_back();
211 FreeEdgeIds.pop_back();
/foundation/arkui/ace_engine/frameworks/core/common/lru/
H A Dcount_limit_lru.inl29 cacheList.pop_back();
/foundation/arkui/ace_engine/frameworks/core/common/
H A Drender_boundary_manager.cpp61 renderLayoutBoundaryTaskQueue_.pop_back(); in ResetTaskQueue()

Completed in 20 milliseconds

12345678910>>...40