Searched refs:kMaxProducerID (Results 1 – 5 of 5) sorted by relevance
63 static constexpr ProducerID kMaxProducerID = static_cast<ProducerID>(-1); variable
472 static_assert(kMaxPacketSequenceID > kMaxProducerID * kMaxWriterID, in GetPacketSequenceID()
369 if (producers_.size() >= kMaxProducerID) { in ConnectProducer()3059 PERFETTO_CHECK(producers_.size() < kMaxProducerID); in GetNextProducerID()3063 PERFETTO_DCHECK(last_producer_id_ > 0 && last_producer_id_ <= kMaxProducerID); in GetNextProducerID()
345 std::uniform_int_distribution<ProducerID> prod_dist(1, kMaxProducerID); in TEST_F()
1764 *last_producer_id() = kMaxProducerID - 1; in TEST_F()1765 ASSERT_EQ(kMaxProducerID, connect_producer_and_get_id("maxid")); in TEST_F()