Searched defs:crend (Results 1 – 2 of 2) sorted by relevance
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ | ||
D | array.hpp | 116 const_reverse_iterator crend() const { in crend() function in boost::array |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/ | ||
D | nasty_containers.hpp | 64 const_reverse_iterator crend() const _NOEXCEPT { return v_.crend(); } in crend() function in nasty_vector |