Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/
Dtable.rs120 insert_count: usize, field
153 pub(crate) fn insert_count(&self) -> usize { in insert_count() method
Ddecoder.rs152 let insert_count = self.table.insert_count(); in decode_ins() localVariable