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

  /external/libcxx/test/support/
test_iterators.h 450 bool atEndR = rhs.current_ == rhs.end_;
451 if (atEndL != atEndR) return false; // one is at the end (or empty), the other is not.
530 bool atEndR = rhs.current_ == rhs.end_;
531 if (atEndL != atEndR) return false; // one is at the end (or empty), the other is not.
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/support/
test_iterators.h 447 bool atEndR = rhs.current_ == rhs.end_;
448 if (atEndL != atEndR) return false; // one is at the end (or empty), the other is not.
527 bool atEndR = rhs.current_ == rhs.end_;
528 if (atEndL != atEndR) return false; // one is at the end (or empty), the other is not.

Completed in 317 milliseconds