HomeSort by relevance Sort by last modified time
    Searched defs:rend (Results 1 - 25 of 140) sorted by null

1 2 3 4 5 6

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/bin_search_tree_/
iterators_fn_imps.hpp 92 rend() function in class:PB_DS_CLASS_C_DEC
100 rend() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/
iterators_fn_imps.hpp 71 return rend();
81 return rend();
88 rend() function in class:PB_DS_CLASS_C_DEC
94 rend() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/bin_search_tree_/
iterators_fn_imps.hpp 92 rend() function in class:PB_DS_CLASS_C_DEC
100 rend() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/
iterators_fn_imps.hpp 71 return rend();
81 return rend();
88 rend() function in class:PB_DS_CLASS_C_DEC
94 rend() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/bin_search_tree_/
iterators_fn_imps.hpp 92 rend() function in class:PB_DS_CLASS_C_DEC
100 rend() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/pat_trie_/
iterators_fn_imps.hpp 71 return rend();
81 return rend();
88 rend() function in class:PB_DS_CLASS_C_DEC
94 rend() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/bin_search_tree_/
iterators_fn_imps.hpp 92 rend() function in class:PB_DS_CLASS_C_DEC
100 rend() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pat_trie_/
iterators_fn_imps.hpp 71 return rend();
81 return rend();
88 rend() function in class:PB_DS_CLASS_C_DEC
94 rend() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/r11/sources/android/support/src/wcstox/
shgetc.h 10 // |rend| is the first wchar_t after it.
17 const wchar_t *rstart, *rpos, *rend; member in struct:fake_file_t
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/bin_search_tree_/
iterators_fn_imps.hpp 92 rend() function in class:PB_DS_CLASS_C_DEC
100 rend() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pat_trie_/
iterators_fn_imps.hpp 71 return rend();
81 return rend();
88 rend() function in class:PB_DS_CLASS_C_DEC
94 rend() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/r13/sources/android/support/src/wcstox/
shgetc.h 10 // |rend| is the first wchar_t after it.
17 const wchar_t *rstart, *rpos, *rend; member in struct:fake_file_t
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/bin_search_tree_/
iterators_fn_imps.hpp 92 rend() function in class:PB_DS_CLASS_C_DEC
100 rend() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pat_trie_/
iterators_fn_imps.hpp 71 return rend();
81 return rend();
88 rend() function in class:PB_DS_CLASS_C_DEC
94 rend() const function in class:PB_DS_CLASS_C_DEC
  /external/libcxx/test/std/iterators/iterator.range/
begin-end.fail.cpp 22 // template <class E> reverse_iterator<const E*> rend(initializer_list<E> il);
35 FakeIter rend (const FakeContainer &) { return 4; } function in namespace:Foo
  /external/llvm/lib/MC/
MCSection.cpp 109 MCSection::reverse_iterator MCSection::rend() { return Fragments.rend(); } function in class:MCSection
  /external/llvm/unittests/ADT/
RangeAdapterTest.cpp 22 // A wrapper around vector which exposes rbegin(), rend().
31 reverse_iterator rend() { return Vec.rend(); } function in class:__anon26220::ReverseOnlyVector
34 // A wrapper around vector which exposes begin(), end(), rbegin() and rend().
36 // get a linker error if reverse() chooses begin()/end() over rbegin(), rend().
49 reverse_iterator rend() { return Vec.rend(); } function in class:__anon26220::BidirectionalVector
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
PathV2.h 100 inline reverse_iterator rend(StringRef path) { function in namespace:llvm::sys::path
  /art/runtime/base/
transform_array_ref.h 101 reverse_iterator rend() { return reverse_iterator(begin()); } function in class:art::TransformArrayRef
102 const_reverse_iterator rend() const { return const_reverse_iterator(begin()); } function in class:art::TransformArrayRef
  /external/llvm/include/llvm/ADT/
SetVector.h 105 reverse_iterator rend() { function in class:llvm::SetVector
106 return vector_.rend();
110 const_reverse_iterator rend() const { function in class:llvm::SetVector
111 return vector_.rend();
  /external/llvm/include/llvm/Analysis/
Trace.h 98 reverse_iterator rend () { return BasicBlocks.rend(); } function in class:llvm::Trace
99 const_reverse_iterator rend () const { return BasicBlocks.rend(); } function in class:llvm::Trace
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
Trace.h 98 reverse_iterator rend () { return BasicBlocks.rend(); } function in class:llvm::Trace
99 const_reverse_iterator rend () const { return BasicBlocks.rend(); } function in class:llvm::Trace
  /frameworks/compile/mclinker/include/mcld/LD/
RelocData.h 87 const_reverse_iterator rend() const { return m_Relocations.rend(); } function in class:mcld::RelocData
88 reverse_iterator rend() { return m_Relocations.rend(); } function in class:mcld::RelocData
SectionData.h 79 const_reverse_iterator rend() const { return m_Fragments.rend(); } function in class:mcld::SectionData
80 reverse_iterator rend() { return m_Fragments.rend(); } function in class:mcld::SectionData
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/debug/
_deque.h 95 reverse_iterator rend() { return reverse_iterator(begin()); } function in class:deque
97 const_reverse_iterator rend() const { return const_reverse_iterator(begin()); } function in class:deque

Completed in 1509 milliseconds

1 2 3 4 5 6