Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/
Dinteger.rs97 pub(crate) struct IntegerEncoder { struct
104 /// Enumeration of states that the `IntegerEncoder` needs to use. argument
111 impl IntegerEncoder { implementation
/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/
Dinteger.rs79 pub(crate) struct IntegerEncoder { struct
86 /// Enumeration of states that the `IntegerEncoder` needs to use. argument
93 impl IntegerEncoder { impl