Home
last modified time | relevance | path

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

/webrtc/sdp/src/description/
H A Ddescription_test.rs88 stop_time: 2873404696, in test_marshal()
95 stop_time: 3042462419, in test_marshal()
H A Dsession.rs133 pub stop_time: u64, field
138 write!(f, "{} {}", self.start_time, self.stop_time) in fmt()
268 stop_time: 0, in new_jsep_session_description()
1096 let stop_time = fields[1].parse::<u64>()?; in unmarshal_timing() localVariable
1101 stop_time, in unmarshal_timing()