Home
last modified time | relevance | path

Searched refs:got_err (Results 1 – 11 of 11) sorted by relevance

/webrtc/rtcp/src/transport_feedbacks/rapid_resynchronization_request/
H A Drapid_resynchronization_request_test.rs63 let got_err = got.err().unwrap(); in test_rapid_resynchronization_request_unmarshal() localVariable
65 err, got_err, in test_rapid_resynchronization_request_unmarshal()
99 let got_err = got.err().unwrap(); in test_rapid_resynchronization_request_roundtrip() localVariable
101 err, got_err, in test_rapid_resynchronization_request_roundtrip()
/webrtc/rtcp/src/payload_feedbacks/slice_loss_indication/
H A Dslice_loss_indication_test.rs70 let got_err = got.err().unwrap(); in test_slice_loss_indication_unmarshal() localVariable
72 err, got_err, in test_slice_loss_indication_unmarshal()
118 let got_err = got.err().unwrap(); in test_slice_loss_indication_roundtrip() localVariable
120 err, got_err, in test_slice_loss_indication_roundtrip()
/webrtc/rtcp/src/payload_feedbacks/picture_loss_indication/
H A Dpicture_loss_indication_test.rs66 let got_err = got.err().unwrap(); in test_picture_loss_indication_unmarshal() localVariable
68 err, got_err, in test_picture_loss_indication_unmarshal()
112 let got_err = got.err().unwrap(); in test_picture_loss_indication_roundtrip() localVariable
114 err, got_err, in test_picture_loss_indication_roundtrip()
/webrtc/rtcp/src/payload_feedbacks/full_intra_request/
H A Dfull_intra_request_test.rs104 let got_err = got.err().unwrap(); in test_full_intra_request_unmarshal() localVariable
106 err, got_err, in test_full_intra_request_unmarshal()
158 let got_err = got.err().unwrap(); in test_full_intra_request_round_trip() localVariable
160 err, got_err, in test_full_intra_request_round_trip()
/webrtc/rtcp/src/sender_report/
H A Dsender_report_test.rs125 let got_err = got.err().unwrap(); in test_sender_report_unmarshal() localVariable
127 err, got_err, in test_sender_report_unmarshal()
236 let got_err = got.err().unwrap(); in test_sender_report_roundtrip() localVariable
238 err, got_err, in test_sender_report_roundtrip()
/webrtc/rtcp/src/receiver_report/
H A Dreceiver_report_test.rs125 let got_err = got.err().unwrap(); in test_receiver_report_unmarshal() localVariable
127 err, got_err, in test_receiver_report_unmarshal()
226 let got_err = got.err().unwrap(); in test_receiver_report_roundtrip() localVariable
228 err, got_err, in test_receiver_report_roundtrip()
/webrtc/rtcp/src/goodbye/
H A Dgoodbye_test.rs116 let got_err = got.err().unwrap(); in test_goodbye_unmarshal() localVariable
118 err, got_err, in test_goodbye_unmarshal()
209 let got_err = got.err().unwrap(); in test_goodbye_round_trip() localVariable
211 err, got_err, in test_goodbye_round_trip()
/webrtc/rtcp/src/transport_feedbacks/transport_layer_nack/
H A Dtransport_layer_nack_test.rs71 let got_err = got.err().unwrap(); in test_transport_layer_nack_unmarshal() localVariable
73 err, got_err, in test_transport_layer_nack_unmarshal()
117 let got_err = got.err().unwrap(); in test_transport_layer_nack_roundtrip() localVariable
119 err, got_err, in test_transport_layer_nack_roundtrip()
/webrtc/rtcp/src/source_description/
H A Dsource_description_test.rs206 let got_err = got.err().unwrap(); in test_source_description_unmarshal() localVariable
208 err, got_err, in test_source_description_unmarshal()
343 let got_err = got.err().unwrap(); in test_source_description_roundtrip() localVariable
345 err, got_err, in test_source_description_roundtrip()
/webrtc/rtcp/src/
H A Dheader.rs237 let got_err = got.err().unwrap(); in test_header_unmarshal() localVariable
239 want_error, got_err, in test_header_unmarshal()
297 let got_err = got.err().unwrap(); in test_header_roundtrip() localVariable
299 err, got_err, in test_header_roundtrip()
/webrtc/mdns/src/message/
H A Dmessage_test.rs858 if let Err(got_err) = test_fn(&mut b) { in test_start_error()
860 got_err, *env_err, in test_start_error()
1013 if let Err(got_err) = test_fn(&mut b) { in test_builder_resource_error()
1015 got_err, *env_err, in test_builder_resource_error()