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

/external/chromium_org/net/http/
H A Dhttp_network_transaction_unittest.cc9708 const TestRound& read_write_round = test_config.rounds[round]; local
9712 reads[0] = read_write_round.read;
9714 if (read_write_round.extra_read) {
9715 reads[1] = *read_write_round.extra_read;
9720 writes[0] = read_write_round.write;
9722 if (read_write_round.extra_write) {
9723 writes[1] = *read_write_round.extra_write;
9749 EXPECT_EQ(read_write_round.expected_rv, rv);
9751 if (read_write_round.expected_rv == OK) {

Completed in 99 milliseconds