Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/PDB/Raw/
DMappedBlockStream.cpp140 uint32_t ByteSpan = in readLongestContiguousChunk() local
146 Buffer = ArrayRef<uint8_t>(Buffer.data(), ByteSpan); in readLongestContiguousChunk()
/external/Microsoft-GSL/gsl/
Dmulti_span1674 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),