/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/ |
D | rend.hpp | 28 rend( C& c ) in rend() function
|
/ndk/sources/android/support/src/wcstox/ |
D | shgetc.h | 17 const wchar_t *rstart, *rpos, *rend; member
|
/ndk/tests/device/test-stlport/unit/ |
D | ctype_facets_test.cpp | 77 const char *rend = range + sizeof(range); in _ctype_facet() local 97 const char *rend = range + sizeof(range); in _ctype_facet() local 221 const wchar_t *rend = range + (sizeof(range) / sizeof(wchar_t)); in _ctype_facet_w() local 241 const wchar_t *rend = range + (sizeof(range) / sizeof(wchar_t)); in _ctype_facet_w() local
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | ctype_facets_test.cpp | 77 const char *rend = range + sizeof(range); in _ctype_facet() local 97 const char *rend = range + sizeof(range); in _ctype_facet() local 221 const wchar_t *rend = range + (sizeof(range) / sizeof(wchar_t)); in _ctype_facet_w() local 241 const wchar_t *rend = range + (sizeof(range) / sizeof(wchar_t)); in _ctype_facet_w() local
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
D | array.hpp | 112 reverse_iterator rend() { return reverse_iterator(begin()); } in rend() function in boost::array 113 const_reverse_iterator rend() const { in rend() function in boost::array 253 reverse_iterator rend() { return reverse_iterator(begin()); } in rend() function in boost::array 254 const_reverse_iterator rend() const { in rend() function in boost::array
|
/ndk/sources/host-tools/ndk-stack/elff/ |
D | elf_defs.h | 118 const void* rend = INC_CPTR(rp, rsize); in is_in_section() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/ |
D | nasty_containers.hpp | 58 reverse_iterator rend() _NOEXCEPT { return v_.rend(); } in rend() function in nasty_vector 59 const_reverse_iterator rend() const _NOEXCEPT { return v_.rend(); } in rend() function in nasty_vector 185 reverse_iterator rend() _NOEXCEPT { return l_.rend(); } in rend() function in nasty_list 186 const_reverse_iterator rend() const _NOEXCEPT { return l_.rend(); } in rend() function in nasty_list
|
/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/ |
D | _vector.h | 86 reverse_iterator rend() { return reverse_iterator(begin()); } in rend() function 87 const_reverse_iterator rend() const { return const_reverse_iterator(begin()); } in rend() function
|
D | _list.h | 161 reverse_iterator rend() { return reverse_iterator(begin()); } in rend() function 162 const_reverse_iterator rend() const { return const_reverse_iterator(begin()); } in rend() function
|
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/ |
D | _deque.h | 95 reverse_iterator rend() { return reverse_iterator(begin()); } in rend() function 97 const_reverse_iterator rend() const { return const_reverse_iterator(begin()); } in rend() function
|
D | _tree.h | 163 reverse_iterator rend() { return reverse_iterator(begin()); } in rend() function 164 const_reverse_iterator rend() const { return const_reverse_iterator(begin()); } in rend() function
|
D | _list.h | 170 reverse_iterator rend() { return reverse_iterator(begin()); } in rend() function 173 const_reverse_iterator rend() const { return const_reverse_iterator(begin()); } in rend() function
|
D | _string.h | 190 reverse_iterator rend() { return reverse_iterator(begin()); } in rend() function 191 const_reverse_iterator rend() const { return const_reverse_iterator(begin()); } in rend() function
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _vector.h | 189 reverse_iterator rend() { return reverse_iterator(begin()); } in rend() function 190 const_reverse_iterator rend() const { return const_reverse_iterator(begin()); } in rend() function
|
D | _string.h | 392 reverse_iterator rend() in rend() function 396 const_reverse_iterator rend() const in rend() function
|
D | _string_sum.h | 107 const_reverse_iterator rend() const { return _M_get_storage().rend(); } in rend() function
|