Home
last modified time | relevance | path

Searched refs:rend (Results 1 – 25 of 129) sorted by relevance

123456

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/range/
H A Drend.hpp28 rend( C& c ) in rend() function
37 rend( C& c )
46 rend( const C& c )
59 return boost::rend( r ); in const_rend()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/pb_ds/detail/pat_trie_/
H A Diterators_fn_imps.hpp73 return rend(); in rbegin()
83 return rend(); in rbegin()
90 rend() in rend() function in PB_DS_CLASS_C_DEC
96 rend() const in rend() function in PB_DS_CLASS_C_DEC
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/pb_ds/detail/pat_trie_/
H A Diterators_fn_imps.hpp73 return rend(); in rbegin()
83 return rend(); in rbegin()
90 rend() in rend() function in PB_DS_CLASS_C_DEC
96 rend() const in rend() function in PB_DS_CLASS_C_DEC
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/functional/range/
H A Drend.hpp19 struct rend struct
39 return boost::rend(rng); in operator ()()
45 return boost::rend(rng); in operator ()()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Drange_access.h161 rend(_Container& __cont) -> decltype(__cont.rend()) in _GLIBCXX_VISIBILITY()
162 { return __cont.rend(); } in _GLIBCXX_VISIBILITY()
171 rend(const _Container& __cont) -> decltype(__cont.rend()) in _GLIBCXX_VISIBILITY()
172 { return __cont.rend(); } in _GLIBCXX_VISIBILITY()
191 rend(_Tp (&__arr)[_Nm]) noexcept in _GLIBCXX_VISIBILITY()
211 rend(initializer_list<_Tp> __il) noexcept in _GLIBCXX_VISIBILITY()
231 crend(const _Container& __cont) -> decltype(std::rend(__cont)) in _GLIBCXX_VISIBILITY()
232 { return std::rend(__cont); } in _GLIBCXX_VISIBILITY()
578 { __decay_copy(__t.rend()) } in _GLIBCXX_VISIBILITY()
582 void rend(auto&) = delete; in _GLIBCXX_VISIBILITY()
[all …]
H A Dstl_multimap.h405 rend() _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
406 { return _M_t.rend(); } in _GLIBCXX_VISIBILITY()
414 rend() const _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
415 { return _M_t.rend(); } in _GLIBCXX_VISIBILITY()
452 { return _M_t.rend(); } in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Drange_access.h161 rend(_Container& __cont) -> decltype(__cont.rend()) in _GLIBCXX_VISIBILITY()
162 { return __cont.rend(); } in _GLIBCXX_VISIBILITY()
171 rend(const _Container& __cont) -> decltype(__cont.rend()) in _GLIBCXX_VISIBILITY()
172 { return __cont.rend(); } in _GLIBCXX_VISIBILITY()
191 rend(_Tp (&__arr)[_Nm]) noexcept in _GLIBCXX_VISIBILITY()
211 rend(initializer_list<_Tp> __il) noexcept in _GLIBCXX_VISIBILITY()
231 crend(const _Container& __cont) -> decltype(std::rend(__cont)) in _GLIBCXX_VISIBILITY()
232 { return std::rend(__cont); } in _GLIBCXX_VISIBILITY()
578 { __decay_copy(__t.rend()) } in _GLIBCXX_VISIBILITY()
582 void rend(auto&) = delete; in _GLIBCXX_VISIBILITY()
[all …]
H A Dstl_multimap.h405 rend() _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
406 { return _M_t.rend(); } in _GLIBCXX_VISIBILITY()
414 rend() const _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
415 { return _M_t.rend(); } in _GLIBCXX_VISIBILITY()
452 { return _M_t.rend(); } in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/pb_ds/detail/bin_search_tree_/
H A Diterators_fn_imps.hpp94 rend() in rend() function in PB_DS_CLASS_C_DEC
102 rend() const in rend() function in PB_DS_CLASS_C_DEC
H A Ddebug_fn_imps.hpp232 const_reverse_iterator reverse_prev_it = rend(); in assert_iterators()
233 for (const_reverse_iterator reverse_it = rbegin(); reverse_it != rend(); in assert_iterators()
243 if (reverse_prev_it != rend()) in assert_iterators()
H A Dbin_search_tree_.hpp236 rend();
239 rend() const;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/pb_ds/detail/bin_search_tree_/
H A Diterators_fn_imps.hpp94 rend() in rend() function in PB_DS_CLASS_C_DEC
102 rend() const in rend() function in PB_DS_CLASS_C_DEC
H A Ddebug_fn_imps.hpp232 const_reverse_iterator reverse_prev_it = rend(); in assert_iterators()
233 for (const_reverse_iterator reverse_it = rbegin(); reverse_it != rend(); in assert_iterators()
243 if (reverse_prev_it != rend()) in assert_iterators()
H A Dbin_search_tree_.hpp236 rend();
239 rend() const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/wagyu/0.4.3/include/mapbox/geometry/wagyu/
H A Dprocess_horizontal.hpp136 auto bound_max_pair = active_bounds.rend(); in process_horizontal_right_to_left()
153 while (bnd != active_bounds.rend()) { in process_horizontal_right_to_left()
160 while (hp_itr != rings.hot_pixels.rend() && hp_itr->y == scanline_y && in process_horizontal_right_to_left()
209 while (hp_itr != rings.hot_pixels.rend() && hp_itr->y == scanline_y && in process_horizontal_right_to_left()
H A Dactive_bound_list.hpp175 if (rev_bnd_itr == active_bounds.rend()) { in set_winding_count()
183 while (rev_bnd_itr != active_bounds.rend() && in set_winding_count()
187 if (rev_bnd_itr == active_bounds.rend()) { in set_winding_count()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Darray47 reverse_iterator rend() noexcept;
48 const_reverse_iterator rend() const noexcept;
171 reverse_iterator rend() _NOEXCEPT {return reverse_iterator(begin());}
173 const_reverse_iterator rend() const _NOEXCEPT {return const_reverse_iterator(begin());}
182 const_reverse_iterator crend() const _NOEXCEPT {return rend();}
284 reverse_iterator rend() _NOEXCEPT {return reverse_iterator(begin());}
286 const_reverse_iterator rend() const _NOEXCEPT {return const_reverse_iterator(begin());}
295 const_reverse_iterator crend() const _NOEXCEPT {return rend();}
H A Diterator391 template <class C> auto constexpr rend(C& c) -> decltype(c.rend()); // C++14
392 template <class C> constexpr auto rend(const C& c) -> decltype(c.rend()); // C++14
394 template <class E> reverse_iterator<const E*> constexpr rend(initializer_list<E> il); // C++14
396 template <class T, size_t N> reverse_iterator<T*> constexpr rend(T (&array)[N]); // C++14
398 template <class C> constexpr auto crend(const C& c) -> decltype(std::rend(c)); // C++14
1721 reverse_iterator<_Tp*> rend(_Tp (&__array)[_Np])
1735 reverse_iterator<const _Ep*> rend(initializer_list<_Ep> __il)
1770 auto rend(_Cp& __c) -> decltype(__c.rend())
1772 return __c.rend();
1777 auto rend(const _Cp& __c) -> decltype(__c.rend())
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Darray47 reverse_iterator rend() noexcept;
48 const_reverse_iterator rend() const noexcept;
171 reverse_iterator rend() _NOEXCEPT {return reverse_iterator(begin());}
173 const_reverse_iterator rend() const _NOEXCEPT {return const_reverse_iterator(begin());}
182 const_reverse_iterator crend() const _NOEXCEPT {return rend();}
284 reverse_iterator rend() _NOEXCEPT {return reverse_iterator(begin());}
286 const_reverse_iterator rend() const _NOEXCEPT {return const_reverse_iterator(begin());}
295 const_reverse_iterator crend() const _NOEXCEPT {return rend();}
H A Diterator391 template <class C> auto constexpr rend(C& c) -> decltype(c.rend()); // C++14
392 template <class C> constexpr auto rend(const C& c) -> decltype(c.rend()); // C++14
394 template <class E> reverse_iterator<const E*> constexpr rend(initializer_list<E> il); // C++14
396 template <class T, size_t N> reverse_iterator<T*> constexpr rend(T (&array)[N]); // C++14
398 template <class C> constexpr auto crend(const C& c) -> decltype(std::rend(c)); // C++14
1721 reverse_iterator<_Tp*> rend(_Tp (&__array)[_Np])
1735 reverse_iterator<const _Ep*> rend(initializer_list<_Ep> __il)
1770 auto rend(_Cp& __c) -> decltype(__c.rend())
1772 return __c.rend();
1777 auto rend(const _Cp& __c) -> decltype(__c.rend())
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Dforeach.hpp822 rend(auto_any_t col, type2type<T, C> *, boost::mpl::true_ *) // rvalue in rend() function
825 boost::rend(auto_any_cast<T, C>(col))); in rend()
830 rend(auto_any_t col, type2type<T, C> *, boost::mpl::false_ *) // lvalue in rend() function
835 … iterator(boost::rend(BOOST_FOREACH_DEREFOF((auto_any_cast<type *, boost::mpl::false_>(col)))))); in rend()
841 rend(auto_any_t col, type2type<T, const_> *, bool *) in rend() function
844 boost::rend(*auto_any_cast<simple_variant<T>, boost::mpl::false_>(col).get())); in rend()
851 rend(auto_any_t col, type2type<T *, C> *, boost::mpl::true_ *) // null-terminated C-style strings in rend() function
1051 boost::foreach_detail_::rend( \
H A Darray.hpp107 reverse_iterator rend() { return reverse_iterator(begin()); } in rend() function in boost::array
108 const_reverse_iterator rend() const { in rend() function in boost::array
236 reverse_iterator rend() { return reverse_iterator(begin()); } in rend() function in boost::array
237 const_reverse_iterator rend() const { in rend() function in boost::array
/OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/systemtap/systemtap/
H A D0001-gcc12-c-compatibility-re-tweak-for-rhel6-use-functio.patch44 - s.erase(std::find_if(s.rbegin(), s.rend(),
46 + s.erase(std::find_if(s.rbegin(), s.rend(), not_isspace).base(), s.end());
/OK3568_Linux_fs/kernel/drivers/pnp/
H A Dresource.c191 int rend = pnp_reserve_io[(i << 1) + 1] + rport - 1; in pnp_check_port() local
192 if (ranged_conflict(port, end, &rport, &rend)) in pnp_check_port()
254 int rend = pnp_reserve_mem[(i << 1) + 1] + raddr - 1; in pnp_check_mem() local
255 if (ranged_conflict(addr, end, &raddr, &rend)) in pnp_check_mem()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/agnostic/
H A Dhull_graham_andrew.hpp360 … closed ? boost::rend(second) : --boost::rend(second), // skip the last Point if open in output_ranges()

123456