Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/
Dinteger.rs18 pub(crate) struct Integer { struct
19 pub(crate) int: IntegerEncoder, argument
22 impl Integer { implementation
/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/representation/
Dencoder.rs494 pub(crate) struct Integer { struct
495 int: IntegerEncoder, argument
498 impl Integer { implementation