Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DBinaryItemStream.h50 return make_error<BinaryStreamError>(stream_error_code::stream_too_short); in readBytes()
89 return make_error<BinaryStreamError>(stream_error_code::stream_too_short); in translateOffsetIndex()
DBinaryStreamError.h20 stream_too_short, enumerator
DBinaryStream.h63 return make_error<BinaryStreamError>(stream_error_code::stream_too_short); in checkOffsetForRead()
DBinaryStreamRef.h139 return make_error<BinaryStreamError>(stream_error_code::stream_too_short); in checkOffsetForRead()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DBinaryStreamReader.cpp136 return make_error<BinaryStreamError>(stream_error_code::stream_too_short); in readStreamRef()
150 return make_error<BinaryStreamError>(stream_error_code::stream_too_short); in skip()
DBinaryStreamError.cpp29 case stream_error_code::stream_too_short: in BinaryStreamError()
DBinaryStreamWriter.cpp98 return make_error<BinaryStreamError>(stream_error_code::stream_too_short); in padToAlignment()