Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/crates/quiche/src/
Dstream.rs92 pub type StreamIdHashMap<V> = HashMap<u64, V, BuildStreamIdHasher>; typedef
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/src/
Dstream.rs92 pub type StreamIdHashMap<V> = HashMap<u64, V, BuildStreamIdHasher>; typedef