Searched refs:other_end (Results 1 – 1 of 1) sorted by relevance
188 const int64 other_end = other.offset_ + other.size_; in OverlapsWith() local189 return index() == other.index() && offset_ < other_end && in OverlapsWith()