Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/gd/packet/parser/test/
Dgenerated_packet_test.cc1096 vector<uint8_t> array_of_struct_and_another{ variable
1123 ASSERT_EQ(array_of_struct_and_another.size(), packet_bytes->size()); in TEST()
1124 for (size_t i = 0; i < array_of_struct_and_another.size(); i++) { in TEST()
1125 ASSERT_EQ(array_of_struct_and_another[i], packet_bytes->at(i)); in TEST()
1142 DEFINE_AND_INSTANTIATE_OneArrayOfStructAndAnotherStructReflectionTest(array_of_struct_and_another);
1146 std::make_shared<std::vector<uint8_t>>(array_of_struct_and_another); in TEST()