Searched refs:nonEmpty (Results 1 – 1 of 1) sorted by relevance
161 static inline bool nonEmpty(const T &a, const T &b) { in nonEmpty() function184 static inline bool nonEmpty(const T &a, const T &b) { in nonEmpty() function1187 assert(Traits::nonEmpty(a, b)); in overlaps()1735 assert(Traits::nonEmpty(a, this->stop()) && "Cannot move start beyond stop"); in setStart()1751 assert(Traits::nonEmpty(this->start(), b) && "Cannot move stop beyond start"); in setStop()