Lines Matching refs:dst_
49 ClearSegment(&dst_[i]);
52 before_ = &dst_[0];
53 after_ = &dst_[1];
308 ClearSegment(&dst_[i]);
413 if (dst_[i].start_sec <= time_sec) {
414 if (before == nullptr || before->start_sec < dst_[i].start_sec) {
415 before = &dst_[i];
417 } else if (time_sec < dst_[i].end_sec) {
418 if (after == nullptr || after->end_sec > dst_[i].end_sec) {
419 after = &dst_[i];
450 if (&dst_[i] == skip) continue;
451 if (result == nullptr || result->last_used > dst_[i].last_used) {
452 result = &dst_[i];