Lines Matching refs:BufferTooShortError
37 pub type Result<T> = std::result::Result<T, BufferTooShortError>;
43 pub struct BufferTooShortError; struct
45 impl std::fmt::Display for BufferTooShortError { implementation
51 impl std::error::Error for BufferTooShortError { implementation
63 return Err(BufferTooShortError);
93 return Err(BufferTooShortError);
183 return Err(BufferTooShortError); in get_varint()
208 return Err(BufferTooShortError); in get_bytes()
248 return Err(BufferTooShortError); in peek_bytes()
262 return Err(BufferTooShortError); in slice()
271 return Err(BufferTooShortError); in slice_last()
402 return Err(BufferTooShortError); in get_varint()
435 return Err(BufferTooShortError); in put_varint_with_len()
469 return Err(BufferTooShortError); in get_bytes()
486 return Err(BufferTooShortError); in get_bytes_mut()
526 return Err(BufferTooShortError); in peek_bytes()
541 return Err(BufferTooShortError); in peek_bytes_mut()
558 return Err(BufferTooShortError); in put_bytes()
575 return Err(BufferTooShortError); in split_at()
590 return Err(BufferTooShortError); in slice()
599 return Err(BufferTooShortError); in slice_last()