Home
last modified time | relevance | path

Searched refs:packet_count_fail (Results 1 – 1 of 1) sorted by relevance

/external/pigweed/pw_rpc/
Dfake_channel_output_test.cc134 const int packet_count_fail = 4; in TEST() local
135 output.set_send_status(Status::Unknown(), packet_count_fail); in TEST()
138 for (int i = 0; i < packet_count_fail; ++i) { in TEST()
142 for (int i = 0; i < packet_count_fail; ++i) { in TEST()
147 static_cast<size_t>(2 * packet_count_fail); in TEST()