| 352 | |
| 353 | int64_t offset() const { return offset_; } |
| 354 | int64_t length() const { return length_; } |
| 355 | |
| 356 | int64_t PhysicalIndex(int64_t logical_pos) const { |
| 357 | return internal::FindPhysicalIndex(run_ends_, RunEndsArray(array_span_).length, |
no outgoing calls
no test coverage detected