Searched refs:array_of_struct_and_another (Results 1 – 1 of 1) sorted by relevance
1096 vector<uint8_t> array_of_struct_and_another{ variable1123 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()