Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/hpack/
Dencoder.rs228 if encode_int_one_byte(huff_len, 7) { in encode_str()
270 if encode_int_one_byte(value, prefix_bits) { in encode_int()
291 fn encode_int_one_byte(value: usize, prefix_bits: usize) -> bool { in encode_int_one_byte() function