Searched refs:crbegin (Results 1 – 9 of 9) sorted by relevance
530 auto curExpectCode = expectCodes.crbegin(); in IsKey()531 auto curPressedCode = pressedCodes.crbegin(); in IsKey()
124 for (auto iter = processedBundles.crbegin(); iter != processedBundles.crend(); ++iter) { in Install()
190 for (auto iter = createdDirs_.crbegin(); iter != createdDirs_.crend(); ++iter) { in RollBack()
404 auto pdIt = pluginDatas_.crbegin(); in UnloadPlugins()405 for (auto pos = plugins_.crbegin(), last = plugins_.crend(); pos != last;) { in UnloadPlugins()
71 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
395 const_reverse_iterator crbegin() const noexcept in crbegin() function
183 auto begin = batchKeys.crbegin(); in FillBatchValues()
142 return blocks_.crbegin(); in CrBegin()
52 …using IterType = std::conditional_t<isReverse, decltype(children.crbegin()), decltype(children.cbe… in AnyOfUINode()55 begin = children.crbegin(); in AnyOfUINode()