Searched refs:gapLengths (Results 1 – 1 of 1) sorted by relevance
32 while(i>0 && gapLength>gapLengths[i-1]) { in add()42 gapLengths[j]=gapLengths[j-1]; in add()46 gapLengths[i]=gapLength; in add()58 int64_t gapLength(int32_t i) const { return gapLengths[i]; } in gapLength()81 int64_t gapLengths[kCapacity]; member in __anon05eb6bd30111::LargestGaps