| /third_party/gn/src/base/ |
| D | value_iterators.cc | 157 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
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
| D | Trace.h | 92 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/ |
| D | BasicBlock.h | 235 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/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/containers/ |
| D | mru_cache.h | 212 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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| D | TinyPtrVector.h | 208 reverse_iterator rend() { return reverse_iterator(begin()); } in rend() function 214 const_reverse_iterator rend() const { in rend() function
|
| D | SetVector.h | 112 reverse_iterator rend() { in rend() function 117 const_reverse_iterator rend() const { in rend() function
|
| D | MapVector.h | 76 reverse_iterator rend() { return Vector.rend(); } in rend() function 77 const_reverse_iterator rend() const { return Vector.rend(); } in rend() function
|
| D | simple_ilist.h | 125 reverse_iterator rend() { return reverse_iterator(Sentinel); } in rend() function 126 const_reverse_iterator rend() const { in rend() function
|
| D | AllocatorList.h | 174 reverse_iterator rend() { return reverse_iterator(List.rend()); } in rend() function 178 const_reverse_iterator rend() const { in rend() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| D | BasicBlock.h | 280 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/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| D | basic_block.h | 102 reverse_iterator rend() { return reverse_iterator(begin()); } in rend() function 106 const_reverse_iterator rend() const { in rend() function
|
| /third_party/spirv-tools/source/opt/ |
| D | basic_block.h | 102 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/spirv-tools/source/opt/ |
| D | basic_block.h | 102 reverse_iterator rend() { return reverse_iterator(begin()); } in rend() function 106 const_reverse_iterator rend() const { in rend() function
|
| /third_party/node/deps/v8/src/maglev/ |
| D | maglev-graph.h | 38 BlockConstReverseIterator rend() const { return blocks_.rend(); } in rend() function
|
| /third_party/mesa3d/src/amd/compiler/ |
| D | aco_util.h | 116 constexpr reverse_iterator rend() noexcept { return reverse_iterator(begin()); } in rend() function 121 constexpr const_reverse_iterator rend() const noexcept in rend() function
|
| /third_party/skia/third_party/externals/tint/src/utils/ |
| D | unique_vector.h | 90 ConstReverseIterator rend() const { return vector.rend(); } in rend() function
|
| /third_party/node/deps/v8/src/zone/ |
| D | zone-chunk-list.h | 97 reverse_iterator rend() { return reverse_iterator::End(this); } in rend() function 103 const_reverse_iterator rend() const { in rend() function
|
| /third_party/protobuf/src/google/protobuf/ |
| D | repeated_field.h | 282 reverse_iterator rend() { return reverse_iterator(begin()); } in rend() function 283 const_reverse_iterator rend() const { in rend() function
|
| /third_party/skia/include/core/ |
| D | SkSpan.h | 50 constexpr auto rend() const { return std::make_reverse_iterator(this->begin()); } in rend() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/ |
| D | ArgList.h | 195 reverse_iterator rend() { return {Args.rend(), Args.rend()}; } in rend() function 201 const_reverse_iterator rend() const { return {Args.rend(), Args.rend()}; } in rend() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
| D | simple_ilist.h | 121 reverse_iterator rend() { return reverse_iterator(Sentinel); } in rend() function 122 const_reverse_iterator rend() const { in rend() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
| D | DWARFDie.h | 467 inline std::reverse_iterator<DWARFDie::iterator> DWARFDie::rend() const { in rend() function
|
| /third_party/ffmpeg/libavfilter/ |
| D | phase_template.c | 81 const pixel *rend, *end = nptr + (h - 2) * ns; in fn() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
| D | fixed_array.h | 325 reverse_iterator rend() { return reverse_iterator(begin()); } in rend() function 329 const_reverse_iterator rend() const { in rend() function
|
| /third_party/node/deps/v8/src/codegen/ |
| D | reglist-base.h | 212 typename RegListBase<RegisterT>::ReverseIterator RegListBase<RegisterT>::rend() in rend() function
|