Home
last modified time | relevance | path

Searched refs:crend (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
H A Dshared_bundle_installer.cpp124 for (auto iter = processedBundles.crbegin(); iter != processedBundles.crend(); ++iter) { in Install()
H A Dinner_shared_bundle_installer.cpp190 for (auto iter = createdDirs_.crbegin(); iter != createdDirs_.crend(); ++iter) { in RollBack()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dstring_view.h75 constexpr const_reverse_iterator crend() const noexcept;
226 constexpr typename basic_string_view<CharT>::const_reverse_iterator basic_string_view<CharT>::crend in crend() function
H A Dvector.h400 const_reverse_iterator crend() const noexcept in crend() function
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmedialibrary_kvstore.cpp184 auto end = batchKeys.crend(); in FillBatchValues()
/ohos5.0/base/update/updater/services/applypatch/
H A Dblock_set.cpp147 return blocks_.crend(); in CrEnd()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/
H A Dkey_event.h532 while (curExpectCode != expectCodes.crend()) { in IsKey()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/
H A Dplugin_registry.cpp405 for (auto pos = plugins_.crbegin(), last = plugins_.crend(); pos != last;) { in UnloadPlugins()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dfocus_hub.cpp56 end = children.crend(); in AnyOfUINode()