Home
last modified time | relevance | path

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

/external/libcxx/test/support/
Dtest_iterators.h449 bool atEndL = current_ == end_; member
451 if (atEndL != atEndR) return false; // one is at the end (or empty), the other is not.
452 if (atEndL) return true; // both are at the end (or empty)
529 bool atEndL = current_ == end_; member
531 if (atEndL != atEndR) return false; // one is at the end (or empty), the other is not.
532 if (atEndL) return true; // both are at the end (or empty)