Home
last modified time | relevance | path

Searched refs:rbegin (Results 1 – 25 of 124) sorted by relevance

12345

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/range/
H A Drbegin.hpp28 rbegin( C& c ) in rbegin() function
37 rbegin( C& c )
46 rbegin( const C& c )
59 return boost::rbegin( r ); in const_rbegin()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/functional/range/
H A Drbegin.hpp19 struct rbegin struct
39 return boost::rbegin(rng); in operator ()()
45 return boost::rbegin(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.h141 rbegin(_Container& __cont) -> decltype(__cont.rbegin()) in _GLIBCXX_VISIBILITY()
142 { return __cont.rbegin(); } in _GLIBCXX_VISIBILITY()
151 rbegin(const _Container& __cont) -> decltype(__cont.rbegin()) in _GLIBCXX_VISIBILITY()
152 { return __cont.rbegin(); } in _GLIBCXX_VISIBILITY()
181 rbegin(_Tp (&__arr)[_Nm]) noexcept in _GLIBCXX_VISIBILITY()
201 rbegin(initializer_list<_Tp> __il) noexcept in _GLIBCXX_VISIBILITY()
221 crbegin(const _Container& __cont) -> decltype(std::rbegin(__cont)) in _GLIBCXX_VISIBILITY()
222 { return std::rbegin(__cont); } in _GLIBCXX_VISIBILITY()
515 { __decay_copy(__t.rbegin()) } -> input_or_output_iterator; in _GLIBCXX_VISIBILITY()
518 void rbegin(auto&) = delete; in _GLIBCXX_VISIBILITY()
[all …]
H A Dstl_multimap.h387 rbegin() _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
388 { return _M_t.rbegin(); } in _GLIBCXX_VISIBILITY()
396 rbegin() const _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
397 { return _M_t.rbegin(); } in _GLIBCXX_VISIBILITY()
443 { return _M_t.rbegin(); } 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.h141 rbegin(_Container& __cont) -> decltype(__cont.rbegin()) in _GLIBCXX_VISIBILITY()
142 { return __cont.rbegin(); } in _GLIBCXX_VISIBILITY()
151 rbegin(const _Container& __cont) -> decltype(__cont.rbegin()) in _GLIBCXX_VISIBILITY()
152 { return __cont.rbegin(); } in _GLIBCXX_VISIBILITY()
181 rbegin(_Tp (&__arr)[_Nm]) noexcept in _GLIBCXX_VISIBILITY()
201 rbegin(initializer_list<_Tp> __il) noexcept in _GLIBCXX_VISIBILITY()
221 crbegin(const _Container& __cont) -> decltype(std::rbegin(__cont)) in _GLIBCXX_VISIBILITY()
222 { return std::rbegin(__cont); } in _GLIBCXX_VISIBILITY()
515 { __decay_copy(__t.rbegin()) } -> input_or_output_iterator; in _GLIBCXX_VISIBILITY()
518 void rbegin(auto&) = delete; in _GLIBCXX_VISIBILITY()
[all …]
H A Dstl_multimap.h387 rbegin() _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
388 { return _M_t.rbegin(); } in _GLIBCXX_VISIBILITY()
396 rbegin() const _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
397 { return _M_t.rbegin(); } in _GLIBCXX_VISIBILITY()
443 { return _M_t.rbegin(); } in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dget_covering_stops.cpp19 static_cast<float>(minIt == stops.end() ? stops.rbegin()->first : minIt->first), in getCoveringStops()
20 static_cast<float>(maxIt == stops.end() ? stops.rbegin()->first : maxIt->first) in getCoveringStops()
/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.hpp70 rbegin() const in rbegin() function in PB_DS_CLASS_C_DEC
80 rbegin() in rbegin() 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/bin_search_tree_/
H A Diterators_fn_imps.hpp78 rbegin() const in rbegin() function in PB_DS_CLASS_C_DEC
86 rbegin() in rbegin() function in PB_DS_CLASS_C_DEC
H A Dbin_search_tree_.hpp230 rbegin();
233 rbegin() 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.hpp78 rbegin() const in rbegin() function in PB_DS_CLASS_C_DEC
86 rbegin() in rbegin() function in PB_DS_CLASS_C_DEC
H A Dbin_search_tree_.hpp230 rbegin();
233 rbegin() const;
/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.hpp70 rbegin() const in rbegin() function in PB_DS_CLASS_C_DEC
80 rbegin() in rbegin() function in PB_DS_CLASS_C_DEC
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Darray45 reverse_iterator rbegin() noexcept;
46 const_reverse_iterator rbegin() const noexcept;
167 reverse_iterator rbegin() _NOEXCEPT {return reverse_iterator(end());}
169 const_reverse_iterator rbegin() const _NOEXCEPT {return const_reverse_iterator(end());}
180 const_reverse_iterator crbegin() const _NOEXCEPT {return rbegin();}
280 reverse_iterator rbegin() _NOEXCEPT {return reverse_iterator(end());}
282 const_reverse_iterator rbegin() const _NOEXCEPT {return const_reverse_iterator(end());}
293 const_reverse_iterator crbegin() const _NOEXCEPT {return rbegin();}
H A Diterator389 template <class C> auto constexpr rbegin(C& c) -> decltype(c.rbegin()); // C++14
390 template <class C> auto constexpr rbegin(const C& c) -> decltype(c.rbegin()); // C++14
393 template <class E> reverse_iterator<const E*> constexpr rbegin(initializer_list<E> il); // C++14
395 template <class T, size_t N> reverse_iterator<T*> constexpr rbegin(T (&array)[N]); // C++14
397 template <class C> constexpr auto crbegin(const C& c) -> decltype(std::rbegin(c)); // C++14
1714 reverse_iterator<_Tp*> rbegin(_Tp (&__array)[_Np])
1728 reverse_iterator<const _Ep*> rbegin(initializer_list<_Ep> __il)
1756 auto rbegin(_Cp& __c) -> decltype(__c.rbegin())
1758 return __c.rbegin();
1763 auto rbegin(const _Cp& __c) -> decltype(__c.rbegin())
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Darray45 reverse_iterator rbegin() noexcept;
46 const_reverse_iterator rbegin() const noexcept;
167 reverse_iterator rbegin() _NOEXCEPT {return reverse_iterator(end());}
169 const_reverse_iterator rbegin() const _NOEXCEPT {return const_reverse_iterator(end());}
180 const_reverse_iterator crbegin() const _NOEXCEPT {return rbegin();}
280 reverse_iterator rbegin() _NOEXCEPT {return reverse_iterator(end());}
282 const_reverse_iterator rbegin() const _NOEXCEPT {return const_reverse_iterator(end());}
293 const_reverse_iterator crbegin() const _NOEXCEPT {return rbegin();}
H A Diterator389 template <class C> auto constexpr rbegin(C& c) -> decltype(c.rbegin()); // C++14
390 template <class C> auto constexpr rbegin(const C& c) -> decltype(c.rbegin()); // C++14
393 template <class E> reverse_iterator<const E*> constexpr rbegin(initializer_list<E> il); // C++14
395 template <class T, size_t N> reverse_iterator<T*> constexpr rbegin(T (&array)[N]); // C++14
397 template <class C> constexpr auto crbegin(const C& c) -> decltype(std::rbegin(c)); // C++14
1714 reverse_iterator<_Tp*> rbegin(_Tp (&__array)[_Np])
1728 reverse_iterator<const _Ep*> rbegin(initializer_list<_Ep> __il)
1756 auto rbegin(_Cp& __c) -> decltype(__c.rbegin())
1758 return __c.rbegin();
1763 auto rbegin(const _Cp& __c) -> decltype(__c.rbegin())
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Dforeach.hpp779 rbegin(auto_any_t col, type2type<T, C> *, boost::mpl::true_ *) // rvalue in rbegin() function
782 boost::rbegin(auto_any_cast<T, C>(col))); in rbegin()
787 rbegin(auto_any_t col, type2type<T, C> *, boost::mpl::false_ *) // lvalue in rbegin() function
792 … iterator(boost::rbegin(BOOST_FOREACH_DEREFOF((auto_any_cast<type *, boost::mpl::false_>(col)))))); in rbegin()
798 rbegin(auto_any_t col, type2type<T, const_> *, bool *) in rbegin() function
801 boost::rbegin(*auto_any_cast<simple_variant<T>, boost::mpl::false_>(col).get())); in rbegin()
808 rbegin(auto_any_t col, type2type<T *, C> *, boost::mpl::true_ *) // null-terminated C-style strings in rbegin() function
1045 boost::foreach_detail_::rbegin( \
H A Darray.hpp99 reverse_iterator rbegin() { return reverse_iterator(end()); } in rbegin() function in boost::array
100 const_reverse_iterator rbegin() const { in rbegin() function in boost::array
228 reverse_iterator rbegin() { return reverse_iterator(end()); } in rbegin() function in boost::array
229 const_reverse_iterator rbegin() const { in rbegin() 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/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/
H A Dresult_set.h413 dist_indices_.erase(*dist_indices_.rbegin()); in addPoint()
414 worst_distance_ = dist_indices_.rbegin()->dist_; in addPoint()
419 worst_distance_ = dist_indices_.rbegin()->dist_; in addPoint()
/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.hpp331 rev_iterator rit = output.rbegin(); in add_to_hull()
359 std::copy(++boost::rbegin(second), // skip the first Point in output_ranges()
/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/trie_policy/
H A Dtrie_string_access_traits_imp.hpp84 return (r_key.rbegin()); in begin_imp()
/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/trie_policy/
H A Dtrie_string_access_traits_imp.hpp84 return (r_key.rbegin()); in begin_imp()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/util/
H A Drange.hpp148 return *(boost::rbegin(rng)); in back()
161 return *(boost::rbegin(rng)); in back()

12345