Home
last modified time | relevance | path

Searched refs:__before_parse_async (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/combine/src/stream/
Ddecoder.rs215 pub async fn __before_parse_async<R>(&mut self, reader: Pin<&mut R>) -> io::Result<()> in __before_parse_async() method
Dmod.rs1546 match decoder.__before_parse_async(std::pin::Pin::new(&mut *read)).await {