Home | History | Annotate | Download | only in src

Lines Matching refs:segment

45 void DateCache::ClearSegment(DST* segment) {
46 segment->start_sec = kMaxEpochTimeInSec;
47 segment->end_sec = -kMaxEpochTimeInSec;
48 segment->offset_ms = 0;
49 segment->last_used = 0;
196 // Extend the after_ segment.
199 // The after_ segment is either invalid or starts too late.
201 // If the after_ segment is valid, replace it with a new segment.
256 // If the before_ segment ends too early, then just
272 // Check if after_ segment is invalid or starts too late.
340 // then set them to any invalid segment.