Home | History | Annotate | Download | only in core

Lines Matching refs:producer_id

221   // Returns the next packet in the buffer, if any, and the producer_id,
292 ProducerID producer_id = 0;
330 : producer_id{p}, writer_id{w}, chunk_id{c} {}
333 : Key(cr.producer_id, cr.writer_id, cr.chunk_id) {}
339 return std::tie(producer_id, writer_id, chunk_id) <
340 std::tie(other.producer_id, other.writer_id, other.chunk_id);
344 return std::tie(producer_id, writer_id, chunk_id) ==
345 std::tie(other.producer_id, other.writer_id, other.chunk_id);
353 ProducerID producer_id;
451 ProducerID producer_id() const {
453 return cur->first.producer_id;