HomeSort by relevance Sort by last modified time
    Searched full:crend (Results 1 - 25 of 369) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libcxx/test/iterators/iterator.range/
begin-end.pass.cpp 42 assert ( std::crbegin(c) != c.crend());
43 assert ( std::crend(c) == c.crend());
63 // assert ( std::crbegin(c) != c.crend());
64 // assert ( std::crend(c) == c.crend());
82 assert ( std::crbegin(c) != c.crend());
83 assert ( std::crend(c) == c.crend());
102 // assert ( std::crbegin(c) != c.crend());
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/iterator.range/
begin-end.pass.cpp 42 assert ( std::crbegin(c) != c.crend());
43 assert ( std::crend(c) == c.crend());
63 // assert ( std::crbegin(c) != c.crend());
64 // assert ( std::crend(c) == c.crend());
82 assert ( std::crbegin(c) != c.crend());
83 assert ( std::crend(c) == c.crend());
102 // assert ( std::crbegin(c) != c.crend());
    [all...]
  /external/libcxx/test/strings/basic.string/string.iterators/
crend.pass.cpp 12 // const_reverse_iterator crend() const;
23 typename S::const_reverse_iterator ce = s.crend();
Android.mk 39 test_name := strings/basic.string/string.iterators/crend
40 test_src := crend.pass.cpp
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.iterators/
crend.pass.cpp 12 // const_reverse_iterator crend() const;
23 typename S::const_reverse_iterator ce = s.crend();
  /external/libcxx/test/containers/sequences/array/
iterators.pass.cpp 61 assert ( c.crend() == std::crend(c));
66 assert ( std::crbegin(c) != std::crend(c));
101 assert ( c.crend() == std::crend(c));
106 assert ( std::crbegin(c) == std::crend(c));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/array/
iterators.pass.cpp 61 assert ( c.crend() == std::crend(c));
66 assert ( std::crbegin(c) != std::crend(c));
101 assert ( c.crend() == std::crend(c));
106 assert ( std::crbegin(c) == std::crend(c));
  /external/libcxx/test/containers/sequences/dynarray/dynarray.overview/
begin_end.pass.cpp 25 // const_reverse_iterator crend() const noexcept;
53 assert ( dyn.size () == std::distance ( dyn.crbegin(), dyn.crend()));
60 assert ( dyn.rend () == dyn.crend ());
75 assert ( dyn.size () == std::distance ( dyn.crbegin(), dyn.crend()));
82 assert ( dyn.rend () == dyn.crend ());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/dynarray/dynarray.overview/
begin_end.pass.cpp 25 // const_reverse_iterator crend() const noexcept;
53 assert ( dyn.size () == std::distance ( dyn.crbegin(), dyn.crend()));
60 assert ( dyn.rend () == dyn.crend ());
75 assert ( dyn.size () == std::distance ( dyn.crbegin(), dyn.crend()));
82 assert ( dyn.rend () == dyn.crend ());
  /external/libcxx/test/containers/associative/multiset/
iterator.pass.cpp 27 // const_reverse_iterator crend() const;
109 assert(std::distance(m.crbegin(), m.crend()) == m.size());
190 assert(std::distance(m.crbegin(), m.crend()) == m.size());
  /external/libcxx/test/containers/associative/set/
iterator.pass.cpp 27 // const_reverse_iterator crend() const;
108 assert(std::distance(m.crbegin(), m.crend()) == m.size());
187 assert(std::distance(m.crbegin(), m.crend()) == m.size());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/
iterator.pass.cpp 27 // const_reverse_iterator crend() const;
109 assert(std::distance(m.crbegin(), m.crend()) == m.size());
190 assert(std::distance(m.crbegin(), m.crend()) == m.size());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/
iterator.pass.cpp 27 // const_reverse_iterator crend() const;
108 assert(std::distance(m.crbegin(), m.crend()) == m.size());
187 assert(std::distance(m.crbegin(), m.crend()) == m.size());
  /external/libcxx/test/containers/associative/map/map.access/
iterator.pass.cpp 27 // const_reverse_iterator crend() const;
113 assert(std::distance(m.crbegin(), m.crend()) == m.size());
200 assert(std::distance(m.crbegin(), m.crend()) == m.size());
  /external/libcxx/test/containers/associative/multimap/
iterator.pass.cpp 27 // const_reverse_iterator crend() const;
114 assert(std::distance(m.crbegin(), m.crend()) == m.size());
203 assert(std::distance(m.crbegin(), m.crend()) == m.size());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.access/
iterator.pass.cpp 27 // const_reverse_iterator crend() const;
113 assert(std::distance(m.crbegin(), m.crend()) == m.size());
200 assert(std::distance(m.crbegin(), m.crend()) == m.size());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/
iterator.pass.cpp 27 // const_reverse_iterator crend() const;
114 assert(std::distance(m.crbegin(), m.crend()) == m.size());
203 assert(std::distance(m.crbegin(), m.crend()) == m.size());
  /external/libcxx/test/support/
nasty_containers.hpp 64 const_reverse_iterator crend() const _NOEXCEPT { return v_.crend(); }
191 const_reverse_iterator crend() const _NOEXCEPT { return l_.crend(); }
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
nasty_containers.hpp 64 const_reverse_iterator crend() const _NOEXCEPT { return v_.crend(); }
191 const_reverse_iterator crend() const _NOEXCEPT { return l_.crend(); }
  /external/libcxx/include/experimental/
dynarray 69 const_reverse_iterator crend() const noexcept;
192 inline _LIBCPP_INLINE_VISIBILITY const_reverse_iterator crend() const noexcept { return const_reverse_iterator(begin()); }
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/experimental/
dynarray 69 const_reverse_iterator crend() const noexcept;
192 inline _LIBCPP_INLINE_VISIBILITY const_reverse_iterator crend() const noexcept { return const_reverse_iterator(begin()); }
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/experimental/
dynarray 69 const_reverse_iterator crend() const noexcept;
192 inline _LIBCPP_INLINE_VISIBILITY const_reverse_iterator crend() const noexcept { return const_reverse_iterator(begin()); }
  /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.
116 const_reverse_iterator crend() const { function in class:boost::array
257 const_reverse_iterator crend() const {
  /external/libcxx/include/
array 53 const_reverse_iterator crend() const noexcept;
172 const_reverse_iterator crend() const _NOEXCEPT {return rend();}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
array 53 const_reverse_iterator crend() const noexcept;
172 const_reverse_iterator crend() const _NOEXCEPT {return rend();}

Completed in 520 milliseconds

1 2 3 4 5 6 7 8 91011>>