Home
last modified time | relevance | path

Searched refs:rbegin (Results 351 - 375 of 591) sorted by relevance

1...<<11121314151617181920>>...24

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/wrapper/
H A Dmenu_wrapper_pattern.cpp416 for (auto child = children.rbegin(); child != children.rend(); ++child) { in OnTouchEvent()
756 for (auto child = children.rbegin(); child != children.rend(); ++child) { in ClearAllSubMenu()
/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_animation_test_ng.cpp343 ASSERT_NE(pattern_->itemPosition_.rbegin()->second.node, nullptr); in HWTEST_F()
375 ASSERT_NE(pattern_->itemPosition_.rbegin()->second.node, nullptr); in HWTEST_F()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dattr_data_test.cpp1366 attrData.value_.uint32Set->rbegin() = attrData.value_.uint32Set->rend(); in HWTEST_F()
1391 attrData.value_.uint32Set->rbegin() = attrData.value_.uint32Set->rend(); in HWTEST_F()
/third_party/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h1443 untyped_on_call_specs_.rbegin();
1645 untyped_expectations_.rbegin();
/third_party/nghttp2/src/
H A Dutil.cc1706 auto it = std::rbegin(s); in rstrip()
1710 auto len = it - std::rbegin(s); in rstrip()
/third_party/node/deps/v8/src/torque/
H A Dcsa-generator.cc158 for (auto it = parameter_types.rbegin(); it != parameter_types.rend(); ++it) { in ProcessArgumentsCommon()
829 for (auto it = instruction.variable_names.rbegin(); in EmitInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp554 for (auto CBI = CatchBlocks.rbegin(), CBE = CatchBlocks.rend(); in calculateClrEHStateNumbers()
582 for (auto Entry = FuncInfo.ClrEHUnwindMap.rbegin(), in calculateClrEHStateNumbers()
H A DIfConversion.cpp843 MachineBasicBlock::reverse_iterator E1 = MBB1->rbegin(); in verifySameBranchInstructions()
844 MachineBasicBlock::reverse_iterator E2 = MBB2->rbegin(); in verifySameBranchInstructions()
2339 MachineBasicBlock *Last = &*FromMBB.getParent()->rbegin(); in MergeBlocks()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCAssembler.cpp1182 Layout.getFragmentOffset(&*Section.getFragmentList().rbegin()); in finishLayout()
1183 computeFragmentSize(Layout, *Section.getFragmentList().rbegin()); in finishLayout()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp183 CachedPreviousDef.insert({BB, &*Defs->rbegin()}); in getPreviousDefFromEnd()
184 return &*Defs->rbegin(); in getPreviousDefFromEnd()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DSmallVector.h129 reverse_iterator rbegin() { return reverse_iterator(end()); } in rbegin() function in llvm::SmallVectorTemplateCommon
130 const_reverse_iterator rbegin() const{ return const_reverse_iterator(end()); } in rbegin() function in llvm::SmallVectorTemplateCommon
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DPath.cpp309 reverse_iterator rbegin(StringRef Path) {
575 return *rbegin(path);
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceRegAlloc.cpp371 std::sort(Unhandled.rbegin(), Unhandled.rend(), CompareRanges); in init()
372 std::sort(UnhandledPrecolored.rbegin(), UnhandledPrecolored.rend(), in init()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DPath.cpp295 reverse_iterator rbegin(StringRef Path, Style style) {
588 StringRef filename(StringRef path, Style style) { return *rbegin(path, style); }
H A DFileCheck.cpp763 Diags->rbegin()->MatchTy = MatchTy; in ProcessMatchResult()
1676 Diags->rbegin()->MatchTy = FileCheckDiag::MatchFoundButDiscarded; in CheckDag()
1700 StartPos = MatchRanges.rbegin()->End; in CheckDag()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp1076 : EHPadLayoutPred->rbegin()->getDebugLoc(); in fixUnwindMismatches()
1301 for (auto I = MBB.rbegin(), E = MBB.rend(); I != E; ++I) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DSmallVector.h133 reverse_iterator rbegin() { return reverse_iterator(end()); } in rbegin() function in llvm::SmallVectorTemplateCommon
134 const_reverse_iterator rbegin() const{ return const_reverse_iterator(end()); } in rbegin() function in llvm::SmallVectorTemplateCommon
H A DSTLExtras.h242 /// Helper to determine if type T has a member called rbegin().
248 static yes& test(Inner *I, decltype(I->rbegin()) * = nullptr);
257 /// Metafunction to determine if T& or T has a member called rbegin().
263 // Note that the container must have rbegin()/rend() methods for this to work.
267 nullptr) -> decltype(make_range(C.rbegin(), C.rend())) { in make_range()
268 return make_range(C.rbegin(), C.rend()); in make_range()
/third_party/vk-gl-cts/framework/common/
H A DtcuCommandLine.cpp722 std::equal(ending.rbegin(), ending.rend(), line.rbegin()); in parseCaseList()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/
H A Dmenu_item_layout_algorithm.cpp287 for (auto it = children.rbegin(); it != children.rend(); ++it) { in MeasureRightRow()
/foundation/arkui/ace_engine/frameworks/core/components/search/
H A Drender_search.cpp404 for (auto iter = GetChildren().rbegin(); iter != GetChildren().rend(); ++iter) { in TouchTest()
/foundation/arkui/ace_engine/test/unittest/core/pattern/relative_container/
H A Drelative_container_new_test_ng.cpp496 auto text5 = frameNode->GetChildren().rbegin(); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Dlazy_for_each_builder.h479 endIndex_ = cachedItems_.rbegin()->first; in GetAllChildren()
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dtemplates_parser.cpp109 str.erase(std::find_if(str.rbegin(), str.rend(), [](int ch) { return !std::isspace(ch); }).base(), str.end()); in RTrim()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/ecs/
H A Decs.cpp534 for (auto it = systemOrder_.rbegin(); it != systemOrder_.rend(); ++it) { in Uninitialize()

Completed in 42 milliseconds

1...<<11121314151617181920>>...24