Home
last modified time | relevance | path

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

/webrtc/sdp/src/description/
H A Dcommon.rs51 pub experimental: bool, field
58 let output = if self.experimental { "X-" } else { "" }; in fmt()
H A Ddescription_test.rs74 experimental: true, in test_marshal()
79 experimental: false, in test_marshal()
144 experimental: true, in test_marshal()
H A Dsession.rs1064 let experimental = parts[0].starts_with("X-"); in unmarshal_bandwidth() localVariable
1065 if experimental { in unmarshal_bandwidth()
1079 experimental, in unmarshal_bandwidth()