/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/wrapper/ |
H A D | menu_wrapper_pattern.cpp | 416 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 D | swiper_animation_test_ng.cpp | 343 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 D | attr_data_test.cpp | 1366 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 D | gmock-spec-builders.h | 1443 untyped_on_call_specs_.rbegin(); 1645 untyped_expectations_.rbegin();
|
/third_party/nghttp2/src/ |
H A D | util.cc | 1706 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 D | csa-generator.cc | 158 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 D | WinEHPrepare.cpp | 554 for (auto CBI = CatchBlocks.rbegin(), CBE = CatchBlocks.rend(); in calculateClrEHStateNumbers() 582 for (auto Entry = FuncInfo.ClrEHUnwindMap.rbegin(), in calculateClrEHStateNumbers()
|
H A D | IfConversion.cpp | 843 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 D | MCAssembler.cpp | 1182 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 D | MemorySSAUpdater.cpp | 183 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 D | SmallVector.h | 129 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 D | Path.cpp | 309 reverse_iterator rbegin(StringRef Path) { 575 return *rbegin(path);
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceRegAlloc.cpp | 371 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 D | Path.cpp | 295 reverse_iterator rbegin(StringRef Path, Style style) { 588 StringRef filename(StringRef path, Style style) { return *rbegin(path, style); }
|
H A D | FileCheck.cpp | 763 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 D | WebAssemblyCFGStackify.cpp | 1076 : 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 D | SmallVector.h | 133 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 D | STLExtras.h | 242 /// 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 D | tcuCommandLine.cpp | 722 std::equal(ending.rbegin(), ending.rend(), line.rbegin()); in parseCaseList()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/ |
H A D | menu_item_layout_algorithm.cpp | 287 for (auto it = children.rbegin(); it != children.rend(); ++it) { in MeasureRightRow()
|
/foundation/arkui/ace_engine/frameworks/core/components/search/ |
H A D | render_search.cpp | 404 for (auto iter = GetChildren().rbegin(); iter != GetChildren().rend(); ++iter) { in TouchTest()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/relative_container/ |
H A D | relative_container_new_test_ng.cpp | 496 auto text5 = frameNode->GetChildren().rbegin(); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
H A D | lazy_for_each_builder.h | 479 endIndex_ = cachedItems_.rbegin()->first; in GetAllChildren()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
H A D | templates_parser.cpp | 109 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 D | ecs.cpp | 534 for (auto it = systemOrder_.rbegin(); it != systemOrder_.rend(); ++it) { in Uninitialize()
|