Home
last modified time | relevance | path

Searched refs:rbegin (Results 26 - 50 of 595) sorted by relevance

12345678910>>...24

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/
H A Dwater_flow_layout_info.cpp94 for (const auto& crossItems : *items_.rbegin()) { in GetMaxMainHeight()
98 auto lastItem = crossItems.second.rbegin(); in GetMaxMainHeight()
191 for (const auto& crossItems : *items_.rbegin()) { in IsAllCrossReachEnd()
196 auto lastItem = crossItems.second.rbegin(); in IsAllCrossReachEnd()
218 auto lastItem = crossItems.rbegin(); in GetCrossIndexForNextItem()
509 if (&pair != &map1.rbegin()->second) { in PrintWaterFlowItems()
623 res = std::max(res, map.second.rbegin()->first); in GetLastItem()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/
H A Dgauge_pattern.cpp176 limitValueColor = isMin ? (*GAUGE_DEFAULT_COLOR.begin()) : (*GAUGE_DEFAULT_COLOR.rbegin()); in InitLimitValueText()
225 color = gaugePaintProperty->GetGradientColorsValue().rbegin()->rbegin()->first; in GetMaxValueColor()
229 color = gaugePaintProperty->GetGradientColorsValue().at(0).rbegin()->first; in GetMaxValueColor()
/third_party/json/tests/thirdparty/fifo_map/
H A Dfifo_map.hpp224 reverse_iterator rbegin() noexcept
226 return m_map.rbegin();
236 const_reverse_iterator rbegin() const noexcept
238 return m_map.rbegin();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DBasicBlock.h278 inline reverse_iterator rbegin() { return InstList.rbegin(); } in rbegin() function in llvm::final
279 inline const_reverse_iterator rbegin() const { return InstList.rbegin(); } in rbegin() function in llvm::final
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A Dsimple_ilist.h117 reverse_iterator rbegin() { return ++reverse_iterator(Sentinel); } in rbegin() function in llvm::simple_ilist
118 const_reverse_iterator rbegin() const { in rbegin() function in llvm::simple_ilist
136 reference back() { return *rbegin(); } in back()
137 const_reference back() const { return *rbegin(); } in back()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DAllocatorList.h173 reverse_iterator rbegin() { return reverse_iterator(List.rbegin()); } in rbegin() function in llvm::AllocatorList
175 const_reverse_iterator rbegin() const { in rbegin() function in llvm::AllocatorList
176 return const_reverse_iterator(List.rbegin()); in rbegin()
H A DMapVector.h74 reverse_iterator rbegin() { return Vector.rbegin(); } in rbegin() function in llvm::MapVector
75 const_reverse_iterator rbegin() const { return Vector.rbegin(); } in rbegin() function in llvm::MapVector
H A Dsimple_ilist.h121 reverse_iterator rbegin() { return ++reverse_iterator(Sentinel); } in rbegin() function in llvm::simple_ilist
122 const_reverse_iterator rbegin() const { in rbegin() function in llvm::simple_ilist
140 reference back() { return *rbegin(); } in back()
141 const_reference back() const { return *rbegin(); } in back()
/third_party/gn/src/base/
H A Dvalue_iterators.h138 reverse_iterator rbegin();
139 const_reverse_iterator rbegin() const;
175 const_reverse_iterator rbegin() const;
/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dleast_square_impl.cpp38 for (auto iter = xVals_.rbegin(); iter != xVals_.rend(); iter++) { in GetLeastSquareParams()
46 for (auto iter = yVals_.rbegin(); iter != yVals_.rend(); iter++) { in GetLeastSquareParams()
/foundation/communication/netmanager_ext/frameworks/native/mdnsclient/src/
H A Dmdns_common.cpp38 return std::mismatch(pat.rbegin(), pat.rend(), str.rbegin()).first == pat.rend(); in EndsWith()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DDeadMachineInstructionElim.cpp119 for (MachineBasicBlock &MBB : make_range(MF.rbegin(), MF.rend())) { in runOnMachineFunction()
133 for (MachineBasicBlock::reverse_iterator MII = MBB.rbegin(), in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DPath.h81 friend reverse_iterator rbegin(StringRef path);
108 reverse_iterator rbegin(StringRef path);
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dascii.h213 auto it = std::find_if_not(str.rbegin(), str.rend(), absl::ascii_isspace); in StripTrailingAsciiWhitespace()
219 auto it = std::find_if_not(str->rbegin(), str->rend(), absl::ascii_isspace); in StripTrailingAsciiWhitespace()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_layout_info.cpp143 endIndex_ = endLine->second.rbegin()->second; in UpdateEndIndex()
192 // assume lineHeightMap is continuous in range [begin, rbegin]. in GetContentOffset()
193 int32_t itemCount = FindItemCount(lineHeightMap_.begin()->first, lineHeightMap_.rbegin()->first); in GetContentOffset()
277 // assume lineHeightMap is continuous in range [begin, rbegin] in GetContentHeight()
278 int32_t itemCount = FindItemCount(lineHeightMap_.begin()->first, lineHeightMap_.rbegin()->first); in GetContentHeight()
405 int32_t lastKnownLine = lineHeightMap_.rbegin()->first; in GetIrregularHeight()
670 for (auto it = mat.rbegin(); it != mat.rend(); ++it) {
746 for (auto it = row.rbegin(); it != row.rend(); ++it) { in FindEndIdx()
774 while (targetLine < gridMatrix_.rbegin()->first) { in ClearMapsToEndContainsMultiLineItem()
935 endIndex_ = endLine->second.rbegin() in UpdateStartIndexForExtralOffset()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/
H A Dflex_layout_algorithm.cpp318 auto firstLoopIter = magicNodes_.rbegin(); in MeasureAndCleanMagicNodes()
374 auto secondIterLoop = magicNodes_.rbegin(); in MeasureAndCleanMagicNodes()
410 secondIterLoop = magicNodes_.rbegin(); in MeasureAndCleanMagicNodes()
415 auto iter = magicNodes_.rbegin(); in MeasureAndCleanMagicNodes()
439 auto iter = magicNodes_.rbegin(); in MeasureAndCleanMagicNodes()
490 auto iter = magicNodes_.rbegin(); in MeasureAndCleanMagicNodes()
612 auto iter = secondaryMeasureList_.rbegin(); in SecondaryMeasureByProperty()
622 iter = secondaryMeasureList_.rbegin(); in SecondaryMeasureByProperty()
630 iter = secondaryMeasureList_.rbegin(); in SecondaryMeasureByProperty()
688 iter = secondaryMeasureList_.rbegin(); in SecondaryMeasureByProperty()
[all...]
/third_party/json/docs/examples/
H A Drbegin.cpp12 json::reverse_iterator it = array.rbegin(); in main()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_dms_handler.cpp52 for (auto it = dmsEvents_.rbegin(); it != dmsEvents_.rend(); ++it) { in IsContinue()
81 for (auto it = dmsEvents_.rbegin(); it != dmsEvents_.rend(); ++it) { in GetDstBundleName()
/third_party/libphonenumber/tools/cpp/src/cpp-build/
H A Dgenerate_geocoding_data.cc145 return std::equal(suffix.rbegin(), suffix.rend(), s.rbegin()); in EndsWith()
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/effect/
H A Daudio_effect_manager.cpp226 for (auto it = deviceDelIdx.rbegin(); it != deviceDelIdx.rend(); ++it) { in UpdateEffectChains()
301 for (auto it = deviceDelIdx.rbegin(); it != deviceDelIdx.rend(); ++it) { in UpdateDuplicateBypassMode()
326 for (auto it = toRemove.rbegin(); it != toRemove.rend(); ++it) { in UpdateDuplicateMode()
348 for (auto it = toRemove.rbegin(); it != toRemove.rend(); ++it) { in UpdateDuplicateDeviceRecord()
415 for (auto it = modeDelIdx.rbegin(); it != modeDelIdx.rend(); ++it) { in UpdateUnavailableModes()
460 for (auto it = deviceDelIdx.rbegin(); it != deviceDelIdx.rend(); ++it) { in UpdateUnavailableEffectChainsRecord()
464 for (auto it = deviceDelIdx.rbegin(); it != deviceDelIdx.rend(); ++it) { in UpdateUnavailableEffectChainsRecord()
/third_party/backends/backend/genesys/
H A Dstatic_init.cpp41 for (auto it = s_functions_run_at_backend_exit->rbegin(); in run_functions_at_backend_exit()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_layout_algorithm.h135 return itemPosition_.empty() ? 0 : itemPosition_.rbegin()->first; in GetEndIndex()
155 return itemPosition_.rbegin()->second.endPos; in GetEndPosition()
157 return itemPosition_.rbegin()->second.endPos + spaceWidth_; in GetEndPosition()
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_manager_service.cpp672 for (int32_t i = 0; i < innerMap.rbegin()->first; ++i) { in GenerateInnerUid()
679 if ((bundleStyle == SYSTEM_APP_FLAG) && (innerMap.rbegin()->first == BASE_SYS_VEN_UID - 1)) { in GenerateInnerUid()
683 if ((bundleStyle == THIRD_SYSTEM_APP_FLAG) && (innerMap.rbegin()->first == MAX_SYS_VEN_UID)) { in GenerateInnerUid()
686 innerMap.emplace((innerMap.rbegin()->first + 1), bundleName); in GenerateInnerUid()
687 ret = innerMap.rbegin()->first + baseUid; in GenerateInnerUid()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_group_accessibility_property.cpp38 return itemPosition.empty() ? -1 : itemPosition.rbegin()->first; in GetEndIndex()
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/factories/
H A Drender_node_factory.cpp47 auto node = *(nodeCache_.rbegin()); in GetNodeFromCache()

Completed in 18 milliseconds

12345678910>>...24