Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/body/
Dlength.rs4 pub(crate) struct DecodedLength(u64); struct
7 impl From<Option<u64>> for DecodedLength { implementation
20 impl DecodedLength { implementation
83 impl fmt::Debug for DecodedLength { implementation
93 impl fmt::Display for DecodedLength { implementation
Dbody.rs144 pub(crate) fn new_channel(content_length: DecodedLength, wanter: bool) -> (Sender, Body) { in new_channel()
209 mut content_length: DecodedLength, in h2()
/aosp_15_r20/device/google/cuttlefish/common/libs/utils/
Dbase64.cpp55 std::optional<size_t> DecodedLength(size_t len) { in DecodedLength() function
/aosp_15_r20/external/gwp_asan/gwp_asan/
H A Dstack_trace_compressor.cpp93 size_t DecodedLength = in unpack() local
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/proto/h1/
Dconn.rs191 ) -> Poll<Option<crate::Result<(MessageHead<T::Incoming>, DecodedLength, Wants)>>> { in poll_read_head() argument
Drole.rs1176 ) -> Result<Option<(DecodedLength, bool)>, Parse> { in decoder()