Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/packet/parser/test/
H A Dgenerated_packet_test.cc1887 auto too_few_bytes = std::make_shared<std::vector<uint8_t>>(0); in TEST() local
1888 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()