Home
last modified time | relevance | path

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

/webrtc/ice/src/priority/
H A Dmod.rs12 const PRIORITY_SIZE: usize = 4; // 32 bit constant
17 let mut v = vec![0_u8; PRIORITY_SIZE]; in add_to()
29 check_size(ATTR_PRIORITY, v.len(), PRIORITY_SIZE)?; in get_from()