Home
last modified time | relevance | path

Searched defs:rend (Results 1 – 25 of 263) sorted by relevance

1234567891011

/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/functional/range/
Drend.hpp19 struct rend struct
27 struct result<This(Rng)>
32 struct result<This(Rng &)>
37 typename boost::range_reverse_iterator<Rng>::type operator()(Rng &rng) const in operator ()()
43 typename boost::range_reverse_iterator<Rng const>::type operator()(Rng const &rng) const in operator ()()
/external/cronet/tot/third_party/libc++/src/test/std/ranges/range.access/
Drend.pass.cpp44 constexpr const int* rend() const { return &x; } in rend() function
129 constexpr int* rend() { return &x; } in rend() function
138 constexpr int* rend() const { return &globalBuff[0]; } in rend() function
147 constexpr const int* rend() const { return &x; } in rend() function
161 constexpr const Empty* rend() const { return &x; } in rend() function
191 friend constexpr const int* rend(REndFunction const& bf) { return &bf.x; } in rend() function
234 friend constexpr int* rend(REndFunctionByValue) { return &globalBuff[1]; } in rend() function
240 friend constexpr int* rend(REndFunctionEnabledBorrowing) { return &globalBuff[2]; } in rend() function
248 friend constexpr const Empty* rend(REndFunctionReturnsEmptyPtr const& bf) { return &bf.x; } in rend() function
253 int rend; member
[all …]
/external/cronet/stable/third_party/libc++/src/test/std/ranges/range.access/
Drend.pass.cpp44 constexpr const int* rend() const { return &x; } in rend() function
129 constexpr int* rend() { return &x; } in rend() function
138 constexpr int* rend() const { return &globalBuff[0]; } in rend() function
147 constexpr const int* rend() const { return &x; } in rend() function
161 constexpr const Empty* rend() const { return &x; } in rend() function
191 friend constexpr const int* rend(REndFunction const& bf) { return &bf.x; } in rend() function
234 friend constexpr int* rend(REndFunctionByValue) { return &globalBuff[1]; } in rend() function
240 friend constexpr int* rend(REndFunctionEnabledBorrowing) { return &globalBuff[2]; } in rend() function
248 friend constexpr const Empty* rend(REndFunctionReturnsEmptyPtr const& bf) { return &bf.x; } in rend() function
253 int rend; member
[all …]
/external/cronet/tot/third_party/libc++/src/include/__iterator/
Dreverse_access.h31 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX17 reverse_iterator<_Tp*> rend(_Tp (&__array)[_Np]… in rend() function
41 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX17 reverse_iterator<const _Ep*> rend(initializer_l… in rend() function
/external/cronet/stable/third_party/libc++/src/include/__iterator/
Dreverse_access.h31 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX17 reverse_iterator<_Tp*> rend(_Tp (&__array)[_Np]… in rend() function
41 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX17 reverse_iterator<const _Ep*> rend(initializer_l… in rend() function
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__iterator/
Dreverse_access.h32 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX17 reverse_iterator<_Tp*> rend(_Tp (&__array)[_Np]… in rend() function
42 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX17 reverse_iterator<const _Ep*> rend(initializer_l… in rend() function
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__iterator/
Dreverse_access.h32 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX17 reverse_iterator<_Tp*> rend(_Tp (&__array)[_Np]… in rend() function
42 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX17 reverse_iterator<const _Ep*> rend(initializer_l… in rend() function
/external/sdv/vsomeip/third_party/boost/range/include/boost/range/
Drend.hpp26 rend( C& c ) in rend() function
35 rend( const C& c ) in rend() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
DEnumeratedArray.h76 reverse_iterator rend() { return reverse_iterator(begin()); } in rend() function
77 const_reverse_iterator rend() const { in rend() function
/external/cronet/tot/third_party/libc++/src/test/std/iterators/iterator.range/
Dbegin-end.adl.pass.cpp32 constexpr int* rend() const { return a_ + 3; } in rend() function
42 friend constexpr int rend(ContainerHijacker&) { return 42; } in rend() function
44 friend constexpr int rend(const ContainerHijacker&) { return 42; } in rend() function
/external/cronet/stable/third_party/libc++/src/test/std/iterators/iterator.range/
Dbegin-end.adl.pass.cpp32 constexpr int* rend() const { return a_ + 3; } in rend() function
42 friend constexpr int rend(ContainerHijacker&) { return 42; } in rend() function
44 friend constexpr int rend(const ContainerHijacker&) { return 42; } in rend() function
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/core/
Dquic_lru_cache.h49 reverse_iterator rend() { return cache_.rend(); } in rend() function
50 const_reverse_iterator rend() const { return cache_.rend(); } in rend() function
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/core/
Dquic_lru_cache.h49 reverse_iterator rend() { return cache_.rend(); } in rend() function
50 const_reverse_iterator rend() const { return cache_.rend(); } in rend() function
/external/libchrome/base/
Dvalue_iterators.cc157 dict_iterator_proxy::reverse_iterator dict_iterator_proxy::rend() { in rend() function in base::detail::dict_iterator_proxy
161 dict_iterator_proxy::const_reverse_iterator dict_iterator_proxy::rend() const { in rend() function in base::detail::dict_iterator_proxy
204 const_dict_iterator_proxy::rend() const { in rend() function in base::detail::const_dict_iterator_proxy
/external/llvm/unittests/ADT/
DRangeAdapterTest.cpp31 reverse_iterator rend() { return Vec.rend(); } in rend() function in __anoncb70d5da0111::ReverseOnlyVector
49 reverse_iterator rend() { return Vec.rend(); } in rend() function in __anoncb70d5da0111::BidirectionalVector
/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/
Dmatrix_vector.hpp173 reverse_iterator rend() { in rend() function in boost::numeric::ublas::matrix_row_vector
178 const_reverse_iterator rend() const { in rend() function in boost::numeric::ublas::matrix_row_vector
326 reverse_iterator rend() { in rend() function in boost::numeric::ublas::matrix_column_vector
331 const_reverse_iterator rend() const { in rend() function in boost::numeric::ublas::matrix_column_vector
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
DTrace.h92 reverse_iterator rend () { return BasicBlocks.rend(); } in rend() function
93 const_reverse_iterator rend () const { return BasicBlocks.rend(); } in rend() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTrace.h92 reverse_iterator rend () { return BasicBlocks.rend(); } in rend() function
93 const_reverse_iterator rend () const { return BasicBlocks.rend(); } in rend() function
/external/llvm/include/llvm/Analysis/
DTrace.h98 reverse_iterator rend () { return BasicBlocks.rend(); } in rend() function
99 const_reverse_iterator rend () const { return BasicBlocks.rend(); } in rend() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DBasicBlock.h235 inline reverse_iterator rend () { return InstList.rend(); } in rend() function
236 inline const_reverse_iterator rend () const { return InstList.rend(); } in rend() function
/external/cronet/tot/third_party/llvm-libc/src/src/__support/CPP/
Darray.h68 LIBC_INLINE constexpr reverse_iterator rend() { in rend() function
71 LIBC_INLINE constexpr const_reverse_iterator rend() const { in rend() function
/external/cronet/stable/third_party/llvm-libc/src/src/__support/CPP/
Darray.h68 LIBC_INLINE constexpr reverse_iterator rend() { in rend() function
71 LIBC_INLINE constexpr const_reverse_iterator rend() const { in rend() function
/external/llvm-libc/src/__support/CPP/
Darray.h68 LIBC_INLINE constexpr reverse_iterator rend() { in rend() function
71 LIBC_INLINE constexpr const_reverse_iterator rend() const { in rend() function
/external/cronet/stable/base/containers/
Dadapters_unittest.cc39 auto rend() const { return Sentinel(v_.rend()); } in rend() function in __anon898909010111::UnsizedVector
43 auto rend() { return Sentinel(v_.rend()); } in rend() function in __anon898909010111::UnsizedVector
/external/libchrome/base/containers/
Dmru_cache.h200 reverse_iterator rend() { return ordering_.rend(); } in rend() function
201 const_reverse_iterator rend() const { return ordering_.rend(); } in rend() function

1234567891011