Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/
Dencoder.rs71 fields: Vec<u8>, field
79 pub fn fields(&self) -> &Vec<u8> { in fields() method
203 let mut fields = Vec::new(); in encode() localVariable