Searched refs:array_of_struct_and_another (Results 1 – 1 of 1) sorted by relevance
1075 vector<uint8_t> array_of_struct_and_another{ variable1102 ASSERT_EQ(array_of_struct_and_another.size(), packet_bytes->size()); in TEST()1103 for (size_t i = 0; i < array_of_struct_and_another.size(); i++) { in TEST()1104 ASSERT_EQ(array_of_struct_and_another[i], packet_bytes->at(i)); in TEST()1121 DEFINE_AND_INSTANTIATE_OneArrayOfStructAndAnotherStructReflectionTest(array_of_struct_and_another);1125 std::make_shared<std::vector<uint8_t>>(array_of_struct_and_another); in TEST()