Home
last modified time | relevance | path

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

/webrtc/mdns/src/message/resource/
H A Dopt.rs62 let mut opts = vec![]; in unpack() localVariable
80 opts.push(opt); in unpack()
82 self.options = opts; in unpack()
/webrtc/webrtc/src/api/
H A Dmod.rs55 pub fn new_ice_gatherer(&self, opts: RTCIceGatherOptions) -> Result<RTCIceGatherer> { in new_ice_gatherer()
57 if !opts.ice_servers.is_empty() { in new_ice_gatherer()
58 for server in &opts.ice_servers { in new_ice_gatherer()
66 opts.ice_gather_policy, in new_ice_gatherer()
/webrtc/webrtc/src/ice_transport/
H A Dice_gatherer.rs328 let opts = RTCIceGatherOptions { in test_new_ice_gatherer_success() localVariable
336 let gatherer = APIBuilder::new().build().new_ice_gatherer(opts)?; in test_new_ice_gatherer_success()