HomeSort by relevance Sort by last modified time
    Searched defs:crbegin (Results 1 - 2 of 2) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
array.hpp 17 * 28 Dec 2010 - (mtc) Added cbegin and cend (and crbegin and crend) for C++Ox compatibility.
108 const_reverse_iterator crbegin() const { function in class:boost::array
249 const_reverse_iterator crbegin() const {
  /art/compiler/utils/
array_ref.h 124 const_reverse_iterator crbegin() const { return const_reverse_iterator(cend()); } function in class:art::ArrayRef

Completed in 1471 milliseconds