Searched refs:to_start_of (Results 1 – 2 of 2) sorted by relevance
251 UseInterval* to_start_of, LifetimePosition but_not_past) const { in AdvanceLastProcessedMarker() argument252 if (to_start_of == NULL) return; in AdvanceLastProcessedMarker()253 if (to_start_of->start().Value() > but_not_past.Value()) return; in AdvanceLastProcessedMarker()257 if (to_start_of->start().Value() > start.Value()) { in AdvanceLastProcessedMarker()258 current_interval_ = to_start_of; in AdvanceLastProcessedMarker()
362 void AdvanceLastProcessedMarker(UseInterval* to_start_of,