Searched refs:decode_chunk (Results 1 – 3 of 3) sorted by relevance
269 decode_chunk( in decode_helper()275 decode_chunk( in decode_helper()281 decode_chunk( in decode_helper()287 decode_chunk( in decode_helper()304 decode_chunk( in decode_helper()465 fn decode_chunk( in decode_chunk() function558 decode_chunk(596 decode_chunk(&input[..], 0, tables::STANDARD_DECODE, &mut output).unwrap(); in decode_chunk_writes_8_bytes()
141 fn decode_chunk(&mut self) -> Result<Option<DecodeBuf<'_>>, Status> { in decode_chunk() method366 fn decode_chunk(&mut self) -> Result<Option<T>, Status> { in decode_chunk() method367 match self.inner.decode_chunk()? { in decode_chunk()392 if let Some(item) = self.decode_chunk()? { in poll_next()