Home
last modified time | relevance | path

Searched defs:rend (Results 1 - 25 of 75) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DSetVector.h112 reverse_iterator rend() { in rend() function in llvm::SetVector
117 const_reverse_iterator rend() const { in rend() function in llvm::SetVector
H A DMapVector.h76 reverse_iterator rend() { return Vector.rend(); } in rend() function in llvm::MapVector
77 const_reverse_iterator rend() const { return Vector.rend(); } in rend() function in llvm::MapVector
H A DTinyPtrVector.h208 reverse_iterator rend() { return reverse_iterator(begin()); } in rend() function in llvm::TinyPtrVector
214 const_reverse_iterator rend() const { in rend() function in llvm::TinyPtrVector
/third_party/skia/include/core/
H A DSkSpan.h50 constexpr auto rend() const { return std::make_reverse_iterator(this->begin()); } in rend() function in SkSpan
/third_party/ffmpeg/libavfilter/
H A Dphase_template.c81 const pixel *rend, *end = nptr + (h - 2) * ns; in analyze_plane() local
[all...]
/third_party/gn/src/base/
H A 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/node/deps/v8/src/maglev/
H A Dmaglev-graph.h38 BlockConstReverseIterator rend() const { return blocks_.rend(); } in rend() function in v8::internal::maglev::final
/third_party/skia/third_party/externals/tint/src/utils/
H A Dunique_vector.h90 ConstReverseIterator rend() const { return vector.rend(); } in rend() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DTrace.h92 reverse_iterator rend () { return BasicBlocks.rend(); } in rend() function in llvm::Trace
93 const_reverse_iterator rend () const { return BasicBlocks.rend(); } in rend() function in llvm::Trace
/foundation/graphic/graphic_2d/rosen/modules/frame_analyzer/export/
H A Dring_queue.h175 RevertIter rend() in rend() function in OHOS::Rosen::RingQueue
/third_party/mesa3d/src/gallium/frontends/clover/util/
H A Drange.hpp121 rend() { in rend() function in clover::detail::basic_range
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDie.h467 inline std::reverse_iterator<DWARFDie::iterator> DWARFDie::rend() const { in rend() function in llvm::DWARFDie
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H A Drelocate.c67 static int __init do_relocations(void *kbase_new, long offset, u32 *rstart, u32 *rend) in do_relocations() argument
273 u32 *rstart, *rend; in relocate_kdump_kernel() local
/third_party/backends/backend/pixma/
H A Dpixma_common.h105 const uint8_t *rptr, *rend; member
/third_party/libwebsockets/lib/core/
H A Dlogs.c63 char rend[96]; in __lws_lc_tag() local
/third_party/musl/porting/liteos_a/kernel/src/internal/
H A Dstdio_impl.h21 unsigned char *rpos, *rend; member
/third_party/libphonenumber/cpp/src/phonenumbers/base/strings/
H A Dstring_piece.h129 const_reverse_iterator rend() const { in rend() function in i18n::phonenumbers::StringPiece
/third_party/libphonenumber/cpp/src/phonenumbers/utf/
H A Dunicodetext.h266 const_reverse_iterator rend() const { in rend() function in i18n::phonenumbers::UnicodeText
/third_party/node/deps/v8/src/codegen/
H A Dreglist-base.h212 typename RegListBase<RegisterT>::ReverseIterator RegListBase<RegisterT>::rend() in rend() function in v8::internal::RegListBase
/third_party/rust/crates/cxx/src/
H A Dcxx.cc354 rend = rhs.end(); variable
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/containers/
H A Dmru_cache.h212 reverse_iterator rend() { return ordering_.rend(); } in rend() function in angle::base::MRUCacheBase
213 const_reverse_iterator rend() const { return ordering_.rend(); } in rend() function in angle::base::MRUCacheBase
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DCommon.h185 constexpr std::reverse_iterator<T *> rend() const in rend() function in sh::TSpan
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dbasic_block.h102 reverse_iterator rend() { return reverse_iterator(begin()); } in rend() function in spvtools::opt::BasicBlock
106 const_reverse_iterator rend() const { in rend() function in spvtools::opt::BasicBlock
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dbasic_block.h102 reverse_iterator rend() { return reverse_iterator(begin()); } in rend() function in spvtools::opt::BasicBlock
106 const_reverse_iterator rend() const { in rend() function in spvtools::opt::BasicBlock
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DBasicBlock.h280 inline reverse_iterator rend () { return InstList.rend(); } in rend() function in llvm::final
281 inline const_reverse_iterator rend () const { return InstList.rend(); } in rend() function in llvm::final

Completed in 14 milliseconds

123