Searched refs:to_start_of (Results 1 – 4 of 4) sorted by relevance
233 UseInterval* to_start_of, LifetimePosition but_not_past) const { in AdvanceLastProcessedMarker() argument234 if (to_start_of == NULL) return; in AdvanceLastProcessedMarker()235 if (to_start_of->start().Value() > but_not_past.Value()) return; in AdvanceLastProcessedMarker()239 if (to_start_of->start().Value() > start.Value()) { in AdvanceLastProcessedMarker()240 current_interval_ = to_start_of; in AdvanceLastProcessedMarker()
294 void AdvanceLastProcessedMarker(UseInterval* to_start_of,
236 UseInterval* to_start_of, LifetimePosition but_not_past) const { in AdvanceLastProcessedMarker() argument237 if (to_start_of == NULL) return; in AdvanceLastProcessedMarker()238 if (to_start_of->start().Value() > but_not_past.Value()) return; in AdvanceLastProcessedMarker()242 if (to_start_of->start().Value() > start.Value()) { in AdvanceLastProcessedMarker()243 current_interval_ = to_start_of; in AdvanceLastProcessedMarker()
303 void AdvanceLastProcessedMarker(UseInterval* to_start_of,