Searched refs:ByteSpan (Results 1 – 2 of 2) sorted by relevance
140 uint32_t ByteSpan = in readLongestContiguousChunk() local146 Buffer = ArrayRef<uint8_t>(Buffer.data(), ByteSpan); in readLongestContiguousChunk()
1674 using ByteSpan = multi_span<byte, Dimensions...>;1677 (ByteSpan::bounds_type::static_size == dynamic_range ||1678 ByteSpan::bounds_type::static_size % static_cast<std::size_t>(sizeof(U)) == 0),