Searched defs:is_end (Results 1 – 3 of 3) sorted by relevance
67 inline bool is_end() const { return !coll_ || cur_ == coll_->end(); } in is_end() function
115 [[nodiscard]] bool is_end() { return cur_extent_ >= src_extents_.size(); } in is_end() function
372 fn is_end(&self) -> bool { in is_end() method