Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/representation/
H A Dmod.rs77 pub(crate) enum Representation { enum
231 impl Representation { implementation
H A Ddecoder.rs46 pub(crate) fn decode(&mut self) -> Result<Option<Representation>, H2Error> { in decode()
168 fn decode(self, buf: &mut &[u8]) -> DecResult<Representation, ReprDecodeState> { in decode()
206 fn decode(self, buf: &mut &[u8]) -> DecResult<Representation, ReprDecodeState> { in decode()
235 fn decode(self, buf: &mut &[u8]) -> DecResult<Representation, ReprDecodeState> { in decode()
530 fn decode(self) -> DecResult<Representation, ReprDecodeState> { in decode()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/format/
H A Ddecoder.rs86 ) -> Result<Option<(usize, Representation)>, H3errorQpack> { in decode() argument
210 fn decode(self, buf: &[u8]) -> DecResult<(usize, Representation), ReprDecodeState> { in decode() argument
297 fn decode(self, buf: &[u8]) -> DecResult<(usize, Representation), ReprDecodeState> { in decode() argument
806 fn decode(self, buf: &[u8]) -> DecResult<(usize, Representation), ReprDecodeState> { in decode() argument
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/
H A Dmod.rs229 pub(crate) enum Representation { enum