Home
last modified time | relevance | path

Searched refs:atEndR (Results 1 – 1 of 1) sorted by relevance

/external/libcxx/test/support/
Dtest_iterators.h450 bool atEndR = rhs.current_ == rhs.end_; member
451 if (atEndL != atEndR) return false; // one is at the end (or empty), the other is not.
530 bool atEndR = rhs.current_ == rhs.end_; member
531 if (atEndL != atEndR) return false; // one is at the end (or empty), the other is not.