Home
last modified time | relevance | path

Searched refs:crend (Results 26 - 49 of 49) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/core/event/
H A Dkey_event.h532 while (curExpectCode != expectCodes.crend()) { in IsKey()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmedialibrary_kvstore.cpp142 auto end = batchKeys.crend(); in FillBatchValues()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dfixed_array.h333 // FixedArray::crend()
336 const_reverse_iterator crend() const { return rend(); } in crend() function in absl::FixedArray
H A Dinlined_vector.h436 // `InlinedVector::crend()`
440 const_reverse_iterator crend() const noexcept { return rend(); }
H A Dinlined_vector_test.cc225 for (IntVec::const_reverse_iterator iter = v.crbegin(); iter != v.crend(); in TEST()
H A Dbtree_test.cc1701 EXPECT_EQ(r_it, set.crend()); in TEST()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstring_view.h261 // of the `string_view`, or `crend()` if the `string_view` is empty.
264 // string_view::crend()
269 const_reverse_iterator crend() const noexcept { return rend(); }
H A Dstring_view_test.cc1156 EXPECT_TRUE(noexcept(sp.crend())); in TEST()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/
H A Dplugin_registry.cpp405 for (auto pos = plugins_.crbegin(), last = plugins_.crend(); pos != last;) { in UnloadPlugins()
/third_party/gn/src/base/containers/
H A Dspan.h345 constexpr const_reverse_iterator crend() const noexcept {
H A Dcircular_deque.h79 // const_reverse_iterator crend() const;
571 const_reverse_iterator crend() const { return rend(); }
/third_party/mesa3d/src/amd/compiler/
H A Daco_lower_to_cssa.cpp219 for (auto it = block.instructions.crbegin(); it != block.instructions.crend(); ++it) { in intersects()
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
H A Dspan.h345 // this span, or `crend()` if the span is empty.
357 // Span::crend()
362 constexpr const_reverse_iterator crend() const noexcept { return rend(); }
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
H A Dinner_shared_bundle_installer.cpp193 for (auto iter = createdDirs_.crbegin(); iter != createdDirs_.crend(); ++iter) { in RollBack()
/third_party/json/docs/docset/
H A DdocSet.sql33 INSERT INTO searchIndex(name, type, path) VALUES ('basic_json::crend', 'Method', 'api/basic_json/crend/index.html');
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dvector.h400 const_reverse_iterator crend() const noexcept
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dbtree_container.h104 const_reverse_iterator crend() const { return tree_.rend(); } in crend() function in absl::container_internal::btree_container
/third_party/json/include/nlohmann/
H A Djson.hpp2831 return crend();
2842 /// @sa https://json.nlohmann.me/api/basic_json/crend/
2843 const_reverse_iterator crend() const noexcept
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dfocus_hub.cpp84 end = children.crend(); in AnyOfUINode()
/third_party/node/deps/v8/src/compiler/
H A Dbytecode-graph-builder.cc1255 it != outer_loop_offsets.crend(); ++it) { in ProcessOsrPrelude()
H A Dsimplified-lowering.cc668 for (auto it = traversal_nodes_.crbegin(); it != traversal_nodes_.crend(); in RunPropagatePhase()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp20507 crend(const _Container& __cont) -> decltype(std::rend(__cont))
21701 crend() const noexcept
36518 const_reverse_iterator crend() const { return rend(); }
36610 const_reverse_iterator crend() const { return rend(); }
[all...]
/third_party/json/tests/abi/include/nlohmann/
H A Djson_v3_10_5.hpp19737 return crend();
19748 /// @sa https://json.nlohmann.me/api/basic_json/crend/
19749 const_reverse_iterator crend() const noexcept
/third_party/json/single_include/nlohmann/
H A Djson.hpp22009 return crend();
22020 /// @sa https://json.nlohmann.me/api/basic_json/crend/
22021 const_reverse_iterator crend() const noexcept

Completed in 120 milliseconds

12