Home
last modified time | relevance | path

Searched defs:crend (Results 1 – 2 of 2) sorted by relevance

/external/libcxx/test/std/iterators/iterator.range/
Dbegin-end.fail.cpp40 FakeIter crend (const FakeContainer &) { return 14; } in crend() function
/external/libcxx/test/support/
Dnasty_containers.hpp67 const_reverse_iterator crend() const TEST_NOEXCEPT { return v_.crend(); } in crend() function in nasty_vector
199 const_reverse_iterator crend() const TEST_NOEXCEPT { return l_.crend(); } in crend() function in nasty_list