Searched refs:u (Results 1 – 9 of 9) sorted by relevance
| /webrtc/sdp/src/direction/ |
| H A D | direction_test.rs | 15 for (i, u) in passingtests.iter().enumerate() { in test_new_direction() 16 let dir = Direction::new(u.0); in test_new_direction() 17 assert!(u.1 == dir, "{}: {}", i, u.0); in test_new_direction() 19 for (_, &u) in failingtests.iter().enumerate() { in test_new_direction() 20 let dir = Direction::new(u); in test_new_direction() 35 for (i, u) in tests.iter().enumerate() { in test_direction_string() 36 assert!(u.1 == u.0.to_string(), "{}: {}", i, u.1); in test_direction_string()
|
| /webrtc/sdp/src/extmap/ |
| H A D | extmap_test.rs | 30 for (i, u) in passingtests.iter().enumerate() { in test_extmap() 31 let mut reader = BufReader::new(u.1.as_bytes()); in test_extmap() 35 u.1, in test_extmap() 38 u.1, in test_extmap() 43 for u in failingtests { in test_extmap() 44 let mut reader = BufReader::new(u.1.as_bytes()); in test_extmap()
|
| /webrtc/rtp/src/extension/abs_send_time_extension/ |
| H A D | mod.rs | 84 let u = st in unix2ntp() localVariable 88 let mut s = u / 1_000_000_000; in unix2ntp() 90 let mut f = u % 1_000_000_000; in unix2ntp() 104 let u = s * 1_000_000_000 + f; in ntp2unix() localVariable 107 .checked_add(Duration::new(u / 1_000_000_000, (u % 1_000_000_000) as u32)) in ntp2unix()
|
| /webrtc/turn/src/proto/addr/ |
| H A D | addr_test.rs | 8 let u = SocketAddr::new(IpAddr::V4(Ipv4Addr::new(127, 0, 0, 1)), 1234); in test_addr_from_socket_addr() localVariable 10 let a = Addr::from_socket_addr(&u); in test_addr_from_socket_addr() 12 u.ip() == a.ip || u.port() != a.port || u.to_string() != a.to_string(), in test_addr_from_socket_addr()
|
| /webrtc/stun/src/textattrs/ |
| H A D | textattrs_test.rs | 85 let u = TextAttribute { in test_username() localVariable 109 u.add_to(&mut m)?; in test_username() 136 let u = TextAttribute { in test_username() localVariable 141 u.add_to(&mut m)?; in test_username()
|
| /webrtc/stun/benches/ |
| H A D | bench.rs | 511 let u = Username::new(ATTR_USERNAME, "test".to_owned()); in benchmark_text_attributes() localVariable 514 u.add_to(&mut m).unwrap(); in benchmark_text_attributes() 522 let mut u = Username::new(ATTR_USERNAME, "test".to_owned()); in benchmark_text_attributes() localVariable 523 u.add_to(&mut m).unwrap(); in benchmark_text_attributes() 526 u.get_from(&m).unwrap(); in benchmark_text_attributes() 527 u.text.clear(); in benchmark_text_attributes()
|
| /webrtc/ice/src/mdns/ |
| H A D | mod.rs | 36 let u = Uuid::new_v4(); in generate_multicast_dns_name() localVariable
|
| /webrtc/rtp/src/codecs/vp9/ |
| H A D | mod.rs | 172 pub u: bool, field 323 self.u = b & 0x10 != 0; in parse_layer_info_common()
|
| /webrtc/util/src/ifaces/ffi/windows/ |
| H A D | mod.rs | 269 let v6_addr = (*in6_addr.sin6_addr.u.Word()).into(); in v6_socket_from_adapter() 275 *in6_addr.u.sin6_scope_id(), in v6_socket_from_adapter()
|