Home
last modified time | relevance | path

Searched defs:rbegin (Results 1 – 25 of 145) sorted by relevance

123456

/third_party/boost/boost/proto/functional/range/
Drbegin.hpp19 struct rbegin 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/
Drbegin.hpp26 rbegin( C& c ) in rbegin() function
35 rbegin( const C& c ) in rbegin() function
/third_party/gn/src/base/
Dvalue_iterators.cc146 dict_iterator_proxy::reverse_iterator dict_iterator_proxy::rbegin() { in rbegin() function in base::detail::dict_iterator_proxy
150 dict_iterator_proxy::const_reverse_iterator dict_iterator_proxy::rbegin() in rbegin() function in base::detail::dict_iterator_proxy
197 const_dict_iterator_proxy::rbegin() const { in rbegin() function in base::detail::const_dict_iterator_proxy
/third_party/boost/boost/bimap/container_adaptor/
Dordered_associative_container_adaptor.hpp200 reverse_iterator rbegin() in rbegin() function in boost::bimaps::container_adaptor::ordered_associative_container_adaptor
215 const_reverse_iterator rbegin() const in rbegin() function in boost::bimaps::container_adaptor::ordered_associative_container_adaptor
Dsequence_container_adaptor.hpp184 reverse_iterator rbegin() in rbegin() function in boost::bimaps::container_adaptor::sequence_container_adaptor
199 const_reverse_iterator rbegin() const in rbegin() function in boost::bimaps::container_adaptor::sequence_container_adaptor
/third_party/boost/boost/numeric/ublas/
Dmatrix_vector.hpp158 reverse_iterator rbegin() { in rbegin() function in boost::numeric::ublas::matrix_row_vector
163 const_reverse_iterator rbegin() const { in rbegin() function in boost::numeric::ublas::matrix_row_vector
311 reverse_iterator rbegin() { in rbegin() function in boost::numeric::ublas::matrix_column_vector
316 const_reverse_iterator rbegin() const { in rbegin() 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.h90 reverse_iterator rbegin() { return BasicBlocks.rbegin(); } in rbegin() function
91 const_reverse_iterator rbegin() const { return BasicBlocks.rbegin(); } in rbegin() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DBasicBlock.h233 inline reverse_iterator rbegin() { return InstList.rbegin(); } in rbegin() function
234 inline const_reverse_iterator rbegin() const { return InstList.rbegin(); } in rbegin() function
/third_party/boost/boost/histogram/axis/
Diterator.hpp52 const_reverse_iterator rbegin() const noexcept { in rbegin() function in boost::histogram::axis::iterator_mixin
/third_party/mindspore/mindspore/core/utils/
Dordered_map.h61 reverse_iterator rbegin() { return sequential_data_.rbegin(); } in rbegin() function
63 const_reverse_iterator rbegin() const { return sequential_data_.rbegin(); } in rbegin() function
233 reverse_iterator rbegin() { return sequential_data_.rbegin(); } in rbegin() function
235 const_reverse_iterator rbegin() const { return sequential_data_.rbegin(); } in rbegin() function
/third_party/flutter/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/containers/
Dmru_cache.h210 reverse_iterator rbegin() { return ordering_.rbegin(); } in rbegin() function
211 const_reverse_iterator rbegin() const { return ordering_.rbegin(); } in rbegin() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DTinyPtrVector.h207 reverse_iterator rbegin() { return reverse_iterator(end()); } in rbegin() function
210 const_reverse_iterator rbegin() const { in rbegin() function
DSetVector.h102 reverse_iterator rbegin() { in rbegin() function
107 const_reverse_iterator rbegin() const { in rbegin() function
DMapVector.h74 reverse_iterator rbegin() { return Vector.rbegin(); } in rbegin() function
75 const_reverse_iterator rbegin() const { return Vector.rbegin(); } in rbegin() function
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/containers/
Dmru_cache.h210 reverse_iterator rbegin() { return ordering_.rbegin(); } in rbegin() function
211 const_reverse_iterator rbegin() const { return ordering_.rbegin(); } in rbegin() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dbasic_block.h101 reverse_iterator rbegin() { return reverse_iterator(end()); } in rbegin() function
103 const_reverse_iterator rbegin() const { in rbegin() function
/third_party/spirv-tools/source/opt/
Dbasic_block.h101 reverse_iterator rbegin() { return reverse_iterator(end()); } in rbegin() function
103 const_reverse_iterator rbegin() const { in rbegin() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DBasicBlock.h278 inline reverse_iterator rbegin() { return InstList.rbegin(); } in rbegin() function
279 inline const_reverse_iterator rbegin() const { return InstList.rbegin(); } in rbegin() function
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dbasic_block.h101 reverse_iterator rbegin() { return reverse_iterator(end()); } in rbegin() function
103 const_reverse_iterator rbegin() const { in rbegin() function
/third_party/boost/boost/
Darray.hpp98 reverse_iterator rbegin() { return reverse_iterator(end()); } in rbegin() function in boost::array
99 const_reverse_iterator rbegin() const { in rbegin() function in boost::array
227 reverse_iterator rbegin() { return reverse_iterator(end()); } in rbegin() function in boost::array
228 const_reverse_iterator rbegin() const { in rbegin() function in boost::array
/third_party/mesa3d/src/amd/compiler/
Daco_util.h103 constexpr reverse_iterator rbegin() noexcept { return reverse_iterator(end()); } in rbegin() function
108 constexpr const_reverse_iterator rbegin() const noexcept in rbegin() function
/third_party/boost/boost/multi_array/
Dsubarray.hpp147 const_reverse_iterator rbegin() const { in rbegin() function in boost::detail::multi_array::const_sub_array
301 reverse_iterator rbegin() { in rbegin() function in boost::detail::multi_array::sub_array
343 const_reverse_iterator rbegin() const { in rbegin() function in boost::detail::multi_array::sub_array
Dview.hpp162 const_reverse_iterator rbegin() const { in rbegin() function in boost::detail::multi_array::const_multi_array_view
372 reverse_iterator rbegin() { in rbegin() function in boost::detail::multi_array::multi_array_view
413 const_reverse_iterator rbegin() const { in rbegin() function in boost::detail::multi_array::multi_array_view
/third_party/skia/third_party/externals/tint/src/utils/
Dunique_vector.h87 ConstReverseIterator rbegin() const { return vector.rbegin(); } in rbegin() function
/third_party/skia/include/core/
DSkSpan.h49 constexpr auto rbegin() const { return std::make_reverse_iterator(this->end()); } in rbegin() function

123456