Searched refs:shortSize (Results 1 – 2 of 2) sorted by relevance
103 size_t shortSize = 128; in TEST() local104 static auto shortData1 = std::vector<std::byte>(shortSize); in TEST()105 static auto shortData2 = std::vector<std::byte>(shortSize); in TEST()106 static auto restOfData = std::vector<std::byte>(size - shortSize * 2); in TEST()166 size_t shortSize = 128; in TEST() local168 auto shortData = std::vector<std::byte>(shortSize, std::byte{0}); in TEST()170 std::vector<std::byte>(size - shortSize * 3, std::byte{0}); in TEST()
126 size_t shortSize = 128; in TEST() local128 auto shortData = std::vector<std::byte>(shortSize, std::byte{0}); in TEST()130 std::vector<std::byte>(size - shortSize * 3, std::byte{0}); in TEST()159 size_t shortSize = 128; in TEST() local161 auto shortData = std::vector<std::byte>(shortSize, std::byte{0}); in TEST()163 std::vector<std::byte>(size - shortSize * 3, std::byte{0}); in TEST()