Home
last modified time | relevance | path

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

/webrtc/sdp/src/util/
H A Dmod.rs31 const CONNECTION_ROLE_PASSIVE_STR: &str = "passive"; constant
39 ConnectionRole::Passive => CONNECTION_ROLE_PASSIVE_STR, in fmt()
64 CONNECTION_ROLE_PASSIVE_STR => ConnectionRole::Passive, in from()