Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/format/
Ddecoder.rs206 fn from_inner(inner: FSPInner) -> Self { in from_inner() method
236 fn from_inner(inner: InstIndexInner) -> Self { in from_inner() method
294 fn from_inner(inner: ReprIndexInner) -> Self { in from_inner() method
744 fn from_inner( in from_inner() method
797 fn from_inner(repr: ReprPrefixBit, mid_bit: MidBit, name: Name, inner: LiteralString) -> Self { in from_inner() method
Dencoder.rs791 fn from_inner(inner: DecInstIndexInner) -> Self { in from_inner() method
/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/representation/
Ddecoder.rs164 fn from_inner(inner: IndexInner) -> Self { in from_inner() method
202 fn from_inner(repr: PrefixBit, inner: LiteralString) -> Self { in from_inner() method
231 fn from_inner(repr: PrefixBit, name: Name, inner: LiteralString) -> Self { in from_inner() method