Searched refs:too_few_bytes (Results 1 – 1 of 1) sorted by relevance
1887 auto too_few_bytes = std::make_shared<std::vector<uint8_t>>(0); in TEST() local1888 auto view = OneGenericStructArrayNoZeroView::Create(PacketView<kLittleEndian>(too_few_bytes)); in TEST()1893 too_few_bytes->push_back(0); in TEST()1894 view = OneGenericStructArrayNoZeroView::Create(PacketView<kLittleEndian>(too_few_bytes)); in TEST()1902 too_few_bytes = std::make_shared<std::vector<uint8_t>>(a_two_byte_struct); in TEST()1903 view = OneGenericStructArrayNoZeroView::Create(PacketView<kLittleEndian>(too_few_bytes)); in TEST()