/third_party/boost/boost/proto/functional/range/ |
D | rbegin.hpp | 19 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/ |
D | rbegin.hpp | 26 rbegin( C& c ) in rbegin() function 35 rbegin( const C& c ) in rbegin() function
|
/third_party/gn/src/base/ |
D | value_iterators.cc | 146 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/ |
D | ordered_associative_container_adaptor.hpp | 200 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
|
D | sequence_container_adaptor.hpp | 184 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/ |
D | matrix_vector.hpp | 158 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/ |
D | Trace.h | 90 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/ |
D | BasicBlock.h | 233 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/ |
D | iterator.hpp | 52 const_reverse_iterator rbegin() const noexcept { in rbegin() function in boost::histogram::axis::iterator_mixin
|
/third_party/mindspore/mindspore/core/utils/ |
D | ordered_map.h | 61 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/ |
D | mru_cache.h | 210 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/ |
D | TinyPtrVector.h | 207 reverse_iterator rbegin() { return reverse_iterator(end()); } in rbegin() function 210 const_reverse_iterator rbegin() const { in rbegin() function
|
D | SetVector.h | 102 reverse_iterator rbegin() { in rbegin() function 107 const_reverse_iterator rbegin() const { in rbegin() function
|
D | MapVector.h | 74 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/ |
D | mru_cache.h | 210 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/ |
D | basic_block.h | 101 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/ |
D | basic_block.h | 101 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/ |
D | BasicBlock.h | 278 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/ |
D | basic_block.h | 101 reverse_iterator rbegin() { return reverse_iterator(end()); } in rbegin() function 103 const_reverse_iterator rbegin() const { in rbegin() function
|
/third_party/boost/boost/ |
D | array.hpp | 98 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/ |
D | aco_util.h | 103 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/ |
D | subarray.hpp | 147 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
|
D | view.hpp | 162 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/ |
D | unique_vector.h | 87 ConstReverseIterator rbegin() const { return vector.rbegin(); } in rbegin() function
|
/third_party/skia/include/core/ |
D | SkSpan.h | 49 constexpr auto rbegin() const { return std::make_reverse_iterator(this->end()); } in rbegin() function
|