Home
last modified time | relevance | path

Searched defs:data (Results 1 – 25 of 47) sorted by relevance

12

/webrtc/dtls/src/
H A Dapplication_data.rs13 pub data: Vec<u8>, field
32 let mut data: Vec<u8> = vec![]; in unmarshal() localVariable
/webrtc/webrtc/src/data_channel/
H A Ddata_channel_message.rs10 pub data: Bytes, field
/webrtc/turn/src/proto/
H A Dproto_test.rs13 let mut data = vec![]; in test_chrome_alloc_request() localVariable
H A Dmod.rs7 pub mod data; module
/webrtc/media/src/io/sample_builder/
H A Dsample_sequence_location_test.rs28 let mut data: Vec<Option<u16>> = vec![None; u16::MAX as usize + 1]; in test_sample_sequence_location_range() localVariable
/webrtc/rtp/src/codecs/h264/
H A Dh264_test.rs121 let data = Bytes::from_static(&[]); in test_h264_packet_unmarshal() localVariable
125 let data = Bytes::from_static(&[0x00, 0x00]); in test_h264_packet_unmarshal() localVariable
132 let data = Bytes::from_static(&[0xFF, 0x00, 0x00]); in test_h264_packet_unmarshal() localVariable
/webrtc/rtcp/src/
H A Dpacket.rs45 let data = p.marshal()?; in marshal() localVariable
126 let mut data = Bytes::from_static(&[ in test_packet_unmarshal() localVariable
223 let mut data = Bytes::from_static(&[ in test_packet_invalid_header_length() localVariable
/webrtc/dtls/src/change_cipher_spec/
H A Dchange_cipher_spec_test.rs26 let data = vec![0x00]; in test_change_cipher_spec_invalid() localVariable
H A Dmod.rs34 let data = reader.read_u8()?; in unmarshal() localVariable
/webrtc/rtcp/src/payload_feedbacks/slice_loss_indication/
H A Dslice_loss_indication_test.rs124 let mut data = got.ok().unwrap(); in test_slice_loss_indication_roundtrip() localVariable
/webrtc/rtcp/src/transport_feedbacks/rapid_resynchronization_request/
H A Drapid_resynchronization_request_test.rs105 let mut data = got.ok().unwrap(); in test_rapid_resynchronization_request_roundtrip() localVariable
/webrtc/rtcp/src/sender_report/
H A Dsender_report_test.rs242 let mut data = got.ok().unwrap(); in test_sender_report_roundtrip() localVariable
/webrtc/rtcp/src/receiver_report/
H A Dreceiver_report_test.rs232 let mut data = got.ok().unwrap(); in test_receiver_report_roundtrip() localVariable
/webrtc/rtcp/src/goodbye/
H A Dgoodbye_test.rs215 let mut data = got.ok().unwrap(); in test_goodbye_round_trip() localVariable
/webrtc/rtcp/src/source_description/
H A Dsource_description_test.rs349 let mut data = got.ok().unwrap(); in test_source_description_roundtrip() localVariable
/webrtc/dtls/src/fragment_buffer/
H A Dmod.rs18 data: Vec<u8>, field
73 let data = buf[HANDSHAKE_HEADER_LENGTH..end].to_vec(); in push() localVariable
/webrtc/rtcp/src/payload_feedbacks/picture_loss_indication/
H A Dpicture_loss_indication_test.rs118 let mut data = got.ok().unwrap(); in test_picture_loss_indication_roundtrip() localVariable
/webrtc/mdns/src/message/
H A Dname.rs12 pub data: String, field
46 let data = self.data.as_bytes(); in pack() localVariable
/webrtc/rtcp/src/payload_feedbacks/full_intra_request/
H A Dfull_intra_request_test.rs164 let mut data = got.ok().unwrap(); in test_full_intra_request_round_trip() localVariable
/webrtc/util/src/vnet/conn/
H A Dconn_test.rs56 let data = b"Hello".to_vec(); in test_udp_conn_send_to_recv_from() localVariable
143 let data = b"Hello".to_vec(); in test_udp_conn_send_recv() localVariable
/webrtc/dtls/src/handshake/
H A Dhandshake_message_client_key_exchange.rs47 let mut data = vec![]; in unmarshal() localVariable
H A Dhandshake_message_server_key_exchange.rs60 let mut data = vec![]; in unmarshal() localVariable
/webrtc/turn/src/proto/chandata/
H A Dchandata_test.rs170 let mut data = vec![]; in test_chrome_channel_data() localVariable
/webrtc/media/src/
H A Dlib.rs23 pub data: Bytes, field
/webrtc/rtcp/src/transport_feedbacks/transport_layer_nack/
H A Dtransport_layer_nack_test.rs123 let mut data = got.ok().unwrap(); in test_transport_layer_nack_roundtrip() localVariable

12