Searched refs:stream_too_short (Results 1 – 6 of 6) sorted by relevance
49 return make_error<BinaryStreamError>(stream_error_code::stream_too_short); in readBytes() 88 return make_error<BinaryStreamError>(stream_error_code::stream_too_short); in translateOffsetIndex()
21 stream_too_short, enumerator
62 return make_error<BinaryStreamError>(stream_error_code::stream_too_short); in checkOffsetForRead()
137 return make_error<BinaryStreamError>(stream_error_code::stream_too_short); in checkOffsetForRead()
135 return make_error<BinaryStreamError>(stream_error_code::stream_too_short); in readStreamRef() 149 return make_error<BinaryStreamError>(stream_error_code::stream_too_short); in skip()
29 case stream_error_code::stream_too_short: in BinaryStreamError()