Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/gd/packet/parser/test/
Dgenerated_packet_test.cc336 vector<uint8_t> child_with_nested_sum = { variable
359 ASSERT_EQ(child_with_nested_sum.size(), packet->size()); in TEST()
365 ASSERT_EQ(packet_bytes->size(), child_with_nested_sum.size()); in TEST()
366 for (size_t i = 0; i < child_with_nested_sum.size(); i++) { in TEST()
367 ASSERT_EQ(packet_bytes->at(i), child_with_nested_sum[i]); in TEST()