Home
last modified time | relevance | path

Searched defs:ChunkedState (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/proto/h1/
Ddecode.rs59 enum ChunkedState { enum
219 impl ChunkedState { implementation
230 ) -> Poll<Result<ChunkedState, io::Error>> { in step()
253 ) -> Poll<Result<ChunkedState, io::Error>> { in read_start()
285 ) -> Poll<Result<ChunkedState, io::Error>> { in read_size()
317 ) -> Poll<Result<ChunkedState, io::Error>> { in read_size_lws()
334 ) -> Poll<Result<ChunkedState, io::Error>> { in read_extension()
365 ) -> Poll<Result<ChunkedState, io::Error>> { in read_size_lf()
388 ) -> Poll<Result<ChunkedState, io::Error>> { in read_body()
420 ) -> Poll<Result<ChunkedState, io::Error>> { in read_body_cr()
[all …]