Home
last modified time | relevance | path

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

1234567

/third_party/boost/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 ()()
/third_party/boost/boost/range/
Drend.hpp26 rend( C& c ) in rend() function
35 rend( const C& c ) in rend() function
/third_party/gn/src/base/
Dvalue_iterators.cc155 dict_iterator_proxy::reverse_iterator dict_iterator_proxy::rend() { in rend() function in base::detail::dict_iterator_proxy
159 dict_iterator_proxy::const_reverse_iterator dict_iterator_proxy::rend() const { in rend() function in base::detail::dict_iterator_proxy
202 const_dict_iterator_proxy::rend() const { in rend() function in base::detail::const_dict_iterator_proxy
/third_party/boost/boost/bimap/container_adaptor/
Dordered_associative_container_adaptor.hpp208 reverse_iterator rend() in rend() function in boost::bimaps::container_adaptor::ordered_associative_container_adaptor
222 const_reverse_iterator rend() const in rend() function in boost::bimaps::container_adaptor::ordered_associative_container_adaptor
Dsequence_container_adaptor.hpp192 reverse_iterator rend() in rend() function in boost::bimaps::container_adaptor::sequence_container_adaptor
206 const_reverse_iterator rend() const in rend() function in boost::bimaps::container_adaptor::sequence_container_adaptor
/third_party/boost/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
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/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
/third_party/boost/libs/wave/samples/token_statistics/
Dcollect_token_statistics.hpp60 ids_type::reverse_iterator rend = ids.rend(); in print() local
/third_party/boost/boost/histogram/axis/
Diterator.hpp57 const_reverse_iterator rend() const noexcept { in rend() function in boost::histogram::axis::iterator_mixin
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DTinyPtrVector.h208 reverse_iterator rend() { return reverse_iterator(begin()); } in rend() function
214 const_reverse_iterator rend() const { in rend() function
DSetVector.h112 reverse_iterator rend() { in rend() function
117 const_reverse_iterator rend() const { in rend() function
DMapVector.h76 reverse_iterator rend() { return Vector.rend(); } in rend() function
77 const_reverse_iterator rend() const { return Vector.rend(); } in rend() function
/third_party/flutter/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/containers/
Dmru_cache.h212 reverse_iterator rend() { return ordering_.rend(); } in rend() function
213 const_reverse_iterator rend() const { return ordering_.rend(); } in rend() function
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/containers/
Dmru_cache.h212 reverse_iterator rend() { return ordering_.rend(); } in rend() function
213 const_reverse_iterator rend() const { return ordering_.rend(); } in rend() function
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dbasic_block.h102 reverse_iterator rend() { return reverse_iterator(begin()); } in rend() function
106 const_reverse_iterator rend() const { in rend() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dbasic_block.h102 reverse_iterator rend() { return reverse_iterator(begin()); } in rend() function
106 const_reverse_iterator rend() const { in rend() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DBasicBlock.h280 inline reverse_iterator rend () { return InstList.rend(); } in rend() function
281 inline const_reverse_iterator rend () const { return InstList.rend(); } in rend() function
/third_party/boost/boost/
Darray.hpp106 reverse_iterator rend() { return reverse_iterator(begin()); } in rend() function in boost::array
107 const_reverse_iterator rend() const { in rend() function in boost::array
235 reverse_iterator rend() { return reverse_iterator(begin()); } in rend() function in boost::array
236 const_reverse_iterator rend() const { in rend() function in boost::array
/third_party/boost/boost/graph/
Dtransitive_reduction.hpp104 rend = topo_order.rend(); in transitive_reduction() local
/third_party/boost/boost/multi_array/
Dsubarray.hpp151 const_reverse_iterator rend() const { in rend() function in boost::detail::multi_array::const_sub_array
306 reverse_iterator rend() { in rend() function in boost::detail::multi_array::sub_array
347 const_reverse_iterator rend() const { in rend() function in boost::detail::multi_array::sub_array
Dview.hpp166 const_reverse_iterator rend() const { in rend() function in boost::detail::multi_array::const_multi_array_view
376 reverse_iterator rend() { in rend() function in boost::detail::multi_array::multi_array_view
417 const_reverse_iterator rend() const { in rend() function in boost::detail::multi_array::multi_array_view
/third_party/skia/third_party/externals/tint/src/utils/
Dunique_vector.h90 ConstReverseIterator rend() const { return vector.rend(); } in rend() function
/third_party/skia/include/core/
DSkSpan.h50 constexpr auto rend() const { return std::make_reverse_iterator(this->begin()); } in rend() function
/third_party/protobuf/src/google/protobuf/
Drepeated_field.h282 reverse_iterator rend() { return reverse_iterator(begin()); } in rend() function
283 const_reverse_iterator rend() const { in rend() function

1234567