| /webrtc/turn/src/proto/evenport/ |
| H A D | evenport_test.rs | 31 let mut decoded = Message::new(); in test_even_port_false() localVariable 33 decoded.write(&m.raw)?; in test_even_port_false() 48 let mut decoded = Message::new(); in test_even_port_add_to() localVariable 49 decoded.write(&m.raw)?; in test_even_port_add_to() 51 port.get_from(&decoded)?; in test_even_port_add_to()
|
| /webrtc/turn/src/proto/peeraddr/ |
| H A D | peeraddr_test.rs | 19 let mut decoded = Message::new(); in test_peer_address() localVariable 20 decoded.write(&m.raw)?; in test_peer_address() 23 a_got.get_from(&decoded)?; in test_peer_address()
|
| /webrtc/turn/src/proto/relayaddr/ |
| H A D | relayaddr_test.rs | 19 let mut decoded = Message::new(); in test_relayed_address() localVariable 20 decoded.write(&m.raw)?; in test_relayed_address() 23 a_got.get_from(&decoded)?; in test_relayed_address()
|
| /webrtc/turn/src/proto/data/ |
| H A D | data_test.rs | 12 let mut decoded = Message::new(); in test_data_add_to() localVariable 13 decoded.write(&m.raw)?; in test_data_add_to() 16 data_decoded.get_from(&decoded)?; in test_data_add_to()
|
| /webrtc/rtp/src/codecs/h265/ |
| H A D | mod.rs | 757 let mut decoded = H265PACIPacket::default(); in depacketize() localVariable 758 decoded.depacketize(payload)?; in depacketize() 760 self.payload = H265Payload::H265PACIPacket(decoded); in depacketize() 763 decoded.with_donl(self.might_need_donl); in depacketize() 765 decoded.depacketize(payload)?; in depacketize() 769 let mut decoded = H265AggregationPacket::default(); in depacketize() localVariable 770 decoded.with_donl(self.might_need_donl); in depacketize() 772 decoded.depacketize(payload)?; in depacketize() 776 let mut decoded = H265SingleNALUnitPacket::default(); in depacketize() localVariable 777 decoded.with_donl(self.might_need_donl); in depacketize() [all …]
|
| /webrtc/turn/src/proto/channum/ |
| H A D | channnum_test.rs | 46 let mut decoded = Message::new(); in test_channel_number_add_to() localVariable 47 decoded.write(&m.raw)?; in test_channel_number_add_to() 50 num_decoded.get_from(&decoded)?; in test_channel_number_add_to()
|
| /webrtc/turn/src/proto/lifetime/ |
| H A D | lifetime_test.rs | 20 let mut decoded = Message::new(); in test_lifetime_add_to() localVariable 21 decoded.write(&m.raw)?; in test_lifetime_add_to() 24 life.get_from(&decoded)?; in test_lifetime_add_to()
|
| /webrtc/turn/src/proto/rsrvtoken/ |
| H A D | rsrvtoken_test.rs | 28 let mut decoded = Message::new(); in test_reservation_token() localVariable 29 decoded.write(&m.raw)?; in test_reservation_token() 31 tok.get_from(&decoded)?; in test_reservation_token()
|
| /webrtc/turn/src/proto/reqtrans/ |
| H A D | reqtrans_test.rs | 40 let mut decoded = Message::new(); in test_requested_transport_add_to() localVariable 41 decoded.write(&m.raw)?; in test_requested_transport_add_to() 45 req.get_from(&decoded)?; in test_requested_transport_add_to()
|
| /webrtc/turn/src/proto/reqfamily/ |
| H A D | reqfamily_test.rs | 39 let mut decoded = Message::new(); in test_requested_address_family_add_to() localVariable 40 decoded.write(&m.raw)?; in test_requested_address_family_add_to() 42 req.get_from(&decoded)?; in test_requested_address_family_add_to()
|
| /webrtc/turn/src/proto/dontfrag/ |
| H A D | dontfrag_test.rs | 22 let mut decoded = Message::new(); in test_dont_fragment_add_to() localVariable 23 decoded.write(&m.raw)?; in test_dont_fragment_add_to()
|
| /webrtc/ice/src/udp_mux/ |
| H A D | socket_addr_ext.rs | 139 let decoded = SocketAddr::decode(&buffer); in test_ipv4() localVariable 141 assert_eq!(decoded, Ok(ip)); in test_ipv4() 196 let decoded = SocketAddr::decode(&buffer); in test_ipv6() localVariable 198 assert_eq!(decoded, Ok(ip)); in test_ipv6()
|
| /webrtc/turn/src/proto/chandata/ |
| H A D | chandata_test.rs | 198 let mut decoded = ChannelData { in test_chrome_channel_data() localVariable 203 decoded.decode()?; in test_chrome_channel_data() 204 assert_eq!(decoded, m, "should be equal"); in test_chrome_channel_data()
|
| /webrtc/rtcp/src/ |
| H A D | raw_packet.rs | 155 let decoded = result.unwrap(); in test_raw_packet_roundtrip() localVariable 158 decoded, pkt, in test_raw_packet_roundtrip()
|