Searched refs:counting_down_bytes (Results 1 – 2 of 2) sorted by relevance
36 vector<uint8_t> counting_down_bytes; variable48 counting_down_bytes.reserve(count_size); in AclBuilderTest()51 counting_down_bytes.push_back(~i); in AclBuilderTest()97 counting_down_bytes_payload->AddOctets(counting_down_bytes); in TEST()98 ASSERT_EQ(counting_down_bytes.size(), counting_down_bytes_payload->size()); in TEST()103 ASSERT_EQ(counting_down_bytes.size() + 4, counting_down_bytes_packet->size()); in TEST()118 ASSERT_EQ(counting_down_bytes_view.size(), counting_down_bytes.size()); in TEST()120 ASSERT_EQ(counting_down_bytes_view[i], counting_down_bytes[i]); in TEST()
43 vector<uint8_t> counting_down_bytes; variable205 counting_down_bytes.reserve(count_size); in SetUp()208 counting_down_bytes.push_back(~i); in SetUp()