Searched refs:nonEmpty (Results 1 – 2 of 2) sorted by relevance
248 int nonEmpty; member255 int nonEmpty; member
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() function1148 assert(Traits::nonEmpty(a, b)); in overlaps()1696 assert(Traits::nonEmpty(a, this->stop()) && "Cannot move start beyond stop"); in setStart()1712 assert(Traits::nonEmpty(this->start(), b) && "Cannot move stop beyond start"); in setStop()