Home
last modified time | relevance | path

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

/webrtc/ice/src/agent/
H A Dagent_config.rs159 pub(crate) fn init_with_defaults(&self, a: &mut AgentInternal) { in init_with_defaults() method
H A Dmod.rs148 config.init_with_defaults(&mut ai); in new()