Searched refs:target_buffer_reservations_ (Results 1 – 2 of 2) sorted by relevance
694 target_buffer_reservations_[reserved_id]; in BindStartupTargetBufferImpl()803 auto it_and_inserted = target_buffer_reservations_.insert( in CreateTraceWriterInternal()888 const auto it = target_buffer_reservations_.find(chunk.target_buffer()); in ReplaceCommitPlaceholderBufferIdsLocked()889 PERFETTO_DCHECK(it != target_buffer_reservations_.end()); in ReplaceCommitPlaceholderBufferIdsLocked()899 const auto it = target_buffer_reservations_.find(chunk.target_buffer()); in ReplaceCommitPlaceholderBufferIdsLocked()900 PERFETTO_DCHECK(it != target_buffer_reservations_.end()); in ReplaceCommitPlaceholderBufferIdsLocked()918 target_buffer_reservations_.begin(), target_buffer_reservations_.end(), in UpdateFullyBoundLocked()
312 target_buffer_reservations_; variable