Searched refs:stream_too_short (Results 1 – 7 of 7) sorted by relevance
51 return make_error<BinaryStreamError>(stream_error_code::stream_too_short); in readBytes()90 return make_error<BinaryStreamError>(stream_error_code::stream_too_short); in translateOffsetIndex()
21 stream_too_short, enumerator
64 return make_error<BinaryStreamError>(stream_error_code::stream_too_short); in checkOffsetForRead()
140 return make_error<BinaryStreamError>(stream_error_code::stream_too_short); in checkOffsetForRead()
106 return make_error<BinaryStreamError>(stream_error_code::stream_too_short); in readStreamRef()120 return make_error<BinaryStreamError>(stream_error_code::stream_too_short); in skip()
30 case stream_error_code::stream_too_short: in BinaryStreamError()
86 return make_error<BinaryStreamError>(stream_error_code::stream_too_short); in padToAlignment()