Lines Matching refs:is_end
269 if (is_end()) return other.is_end();
270 if (other.is_end()) return false;
280 if (is_end()) return false;
281 if (other.is_end()) return true;
289 bool is_end() const { return current_ == nullptr; }
301 while (!i.is_end() && !((*i).second != def_value)) ++i;
368 bool is_end() const { return first_.is_end() && second_.is_end(); }