Home | History | Annotate | Download | only in core

Lines Matching refs:it_and_inserted

179   auto it_and_inserted = producers_.emplace(id, endpoint.get());
180 PERFETTO_DCHECK(it_and_inserted.second);
225 auto it_and_inserted = consumers_.emplace(endpoint.get());
226 PERFETTO_DCHECK(it_and_inserted.second);
448 auto it_and_inserted = buffers_.emplace(
450 PERFETTO_DCHECK(it_and_inserted.second); // buffers_.count(global_id) == 0.
451 std::unique_ptr<TraceBuffer>& trace_buffer = it_and_inserted.first->second;