Home
last modified time | relevance | path

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

123

/third_party/gn/src/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
/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/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/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
Dsimple_ilist.h125 reverse_iterator rend() { return reverse_iterator(Sentinel); } in rend() function
126 const_reverse_iterator rend() const { in rend() function
DAllocatorList.h174 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/
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/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/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/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/node/deps/v8/src/maglev/
Dmaglev-graph.h38 BlockConstReverseIterator rend() const { return blocks_.rend(); } in rend() function
/third_party/mesa3d/src/amd/compiler/
Daco_util.h116 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/
Dunique_vector.h90 ConstReverseIterator rend() const { return vector.rend(); } in rend() function
/third_party/node/deps/v8/src/zone/
Dzone-chunk-list.h97 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/
Drepeated_field.h282 reverse_iterator rend() { return reverse_iterator(begin()); } in rend() function
283 const_reverse_iterator rend() const { 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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/
DArgList.h195 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/
Dsimple_ilist.h121 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/
DDWARFDie.h467 inline std::reverse_iterator<DWARFDie::iterator> DWARFDie::rend() const { in rend() function
/third_party/ffmpeg/libavfilter/
Dphase_template.c81 const pixel *rend, *end = nptr + (h - 2) * ns; in fn() local
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
Dfixed_array.h325 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/
Dreglist-base.h212 typename RegListBase<RegisterT>::ReverseIterator RegListBase<RegisterT>::rend() in rend() function

123