Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/
H A Dkey_event.h530 auto curExpectCode = expectCodes.crbegin(); in IsKey()
531 auto curPressedCode = pressedCodes.crbegin(); in IsKey()
/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/LumeEngine/src/
H A Dplugin_registry.cpp404 auto pdIt = pluginDatas_.crbegin(); in UnloadPlugins()
405 for (auto pos = plugins_.crbegin(), last = plugins_.crend(); pos != last;) { in UnloadPlugins()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dstring_view.h71 constexpr const_reverse_iterator crbegin() const noexcept;
214 …basic_string_view<CharT>::const_reverse_iterator basic_string_view<CharT>::crbegin() const noexcept in crbegin() function
H A Dvector.h395 const_reverse_iterator crbegin() const noexcept in crbegin() function
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmedialibrary_kvstore.cpp183 auto begin = batchKeys.crbegin(); in FillBatchValues()
/ohos5.0/base/update/updater/services/applypatch/
H A Dblock_set.cpp142 return blocks_.crbegin(); in CrBegin()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dfocus_hub.cpp52 …using IterType = std::conditional_t<isReverse, decltype(children.crbegin()), decltype(children.cbe… in AnyOfUINode()
55 begin = children.crbegin(); in AnyOfUINode()