Searched refs:packet_bytes (Results 1 – 1 of 1) sorted by relevance
267 ByteString packet_bytes; in TEST_F() local268 ASSERT_TRUE(packet.FormatRequest(&packet_bytes)); in TEST_F()270 IsByteData(packet_bytes), in TEST_F()271 packet_bytes.GetLength(), in TEST_F()277 .WillOnce(Return(packet_bytes.GetLength() - 1)) in TEST_F()278 .WillOnce(Return(packet_bytes.GetLength())); in TEST_F()299 ASSERT_TRUE(packet.FormatRequest(&packet_bytes)); in TEST_F()304 IsByteData(packet_bytes), in TEST_F()305 packet_bytes.GetLength(), in TEST_F()309 .WillOnce(Return(packet_bytes.GetLength())); in TEST_F()