Home
last modified time | relevance | path

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

/webrtc/ice/src/udp_mux/
H A Dudp_mux_test.rs190 m.marshal_binary().unwrap() in test_mux_connection()
/webrtc/dtls/src/
H A Dstate.rs230 pub async fn marshal_binary(&self) -> Result<Vec<u8>> { in marshal_binary() method
/webrtc/stun/src/
H A Dmessage.rs126 pub fn marshal_binary(&self) -> Result<Vec<u8>> { in marshal_binary() method
/webrtc/stun/src/message/
H A Dmessage_test.rs728 let mut data = m.marshal_binary()?; in test_message_marshal_binary()