Searched refs:atEndL (Results 1 – 1 of 1) sorted by relevance
449 bool atEndL = current_ == end_; member451 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_; member531 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)