Home
last modified time | relevance | path

Searched refs:update_indexed (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/
H A Ddecoder.rs115 Representation::Indexed { index } => self.update_indexed(index), in update()
132 fn update_indexed(&mut self, index: usize) -> Result<(), H2Error> { in update_indexed() method