| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/range/ |
| H A D | rend.hpp | 28 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 D | iterators_fn_imps.hpp | 73 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 D | iterators_fn_imps.hpp | 73 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 D | rend.hpp | 19 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 D | range_access.h | 161 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 D | stl_multimap.h | 405 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 D | range_access.h | 161 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 D | stl_multimap.h | 405 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 D | iterators_fn_imps.hpp | 94 rend() in rend() function in PB_DS_CLASS_C_DEC 102 rend() const in rend() function in PB_DS_CLASS_C_DEC
|
| H A D | debug_fn_imps.hpp | 232 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 D | bin_search_tree_.hpp | 236 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 D | iterators_fn_imps.hpp | 94 rend() in rend() function in PB_DS_CLASS_C_DEC 102 rend() const in rend() function in PB_DS_CLASS_C_DEC
|
| H A D | debug_fn_imps.hpp | 232 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 D | bin_search_tree_.hpp | 236 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 D | process_horizontal.hpp | 136 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 D | active_bound_list.hpp | 175 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 D | array | 47 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 D | iterator | 391 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 D | array | 47 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 D | iterator | 391 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 D | foreach.hpp | 822 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 D | array.hpp | 107 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 D | 0001-gcc12-c-compatibility-re-tweak-for-rhel6-use-functio.patch | 44 - 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 D | resource.c | 191 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 D | hull_graham_andrew.hpp | 360 … closed ? boost::rend(second) : --boost::rend(second), // skip the last Point if open in output_ranges()
|