Searched refs:nonEmpty (Results 1 – 1 of 1) sorted by relevance
162 static inline bool nonEmpty(const T &a, const T &b) { in nonEmpty() function185 static inline bool nonEmpty(const T &a, const T &b) { in nonEmpty() function1188 assert(Traits::nonEmpty(a, b)); in overlaps()1736 assert(Traits::nonEmpty(a, this->stop()) && "Cannot move start beyond stop"); in setStart()1752 assert(Traits::nonEmpty(this->start(), b) && "Cannot move stop beyond start"); in setStop()