Searched refs:ProducerToInt (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/spdy/
H A Dspdy_write_queue_unittest.cc90 int ProducerToInt(scoped_ptr<SpdyBufferProducer> producer) { function in namespace:net::__anon9614
172 EXPECT_EQ(1, ProducerToInt(frame_producer.Pass()));
177 EXPECT_EQ(2, ProducerToInt(frame_producer.Pass()));
182 EXPECT_EQ(3, ProducerToInt(frame_producer.Pass()));
211 EXPECT_EQ(i, ProducerToInt(frame_producer.Pass()));
255 EXPECT_EQ(i, ProducerToInt(frame_producer.Pass()));

Completed in 26 milliseconds