Searched refs:otherSize (Results 1 – 3 of 3) sorted by relevance
130 int otherSize = other.size(); in mergeListsAt() local131 if (size > 0 && otherSize > 0) { in mergeListsAt()173 int otherSize = other.size(); in mergeListsAt() local174 if (size > 0 && otherSize > 0) { in mergeListsAt()176 mine = mine.mutableCopyWithCapacity(size + otherSize); in mergeListsAt()
512 int32_t otherSize = other.size() - 1; in matchesAt() local514 if (listSize - 1 - offset < otherSize) { in matchesAt()518 for (int32_t i = offset, j = 0; j < otherSize; i += 1, j += 1) { in matchesAt()
526 long unsigned int otherSize = other.value_.map_->size(); in operator <() local527 if (thisSize != otherSize) in operator <()528 return thisSize < otherSize; in operator <()