Home
last modified time | relevance | path

Searched refs:values (Results 1 – 17 of 17) sorted by relevance

/webrtc/constraints/src/capability/
H A Dvalue_sequence.rs21 pub values: Vec<T>, field
27 values: vec![value], in from()
33 fn from(values: Vec<T>) -> Self { in from()
34 Self { values } in from()
48 let actual = subject.values; in default()
62 let actual = subject.values; in value()
70 fn values() { in values() function
73 let actual = subject.values; in values()
94 values: vec!["foo".to_owned(), "bar".to_owned()], in customized()
/webrtc/constraints/src/constraint/
H A Dvalue_sequence.rs381 values: [$($values:expr),*]
395 let subject = Subject::Bare(vec![$($values.to_owned()),*].into());
396 let json = serde_json::json!([$($values),*]);
403 …bject::Constraint(ResolvedValueSequenceConstraint::default().exact(vec![$($values.to_owned()),*]));
405 "exact": [$($values),*],
413 …bject::Constraint(ResolvedValueSequenceConstraint::default().ideal(vec![$($values.to_owned()),*]));
415 "ideal": [$($values),*],
423 …solvedValueSequenceConstraint::default().exact(vec![$($values.to_owned()),*]).ideal(vec![$($values
425 "exact": [$($values),*],
426 "ideal": [$($values),*],
[all …]
/webrtc/webrtc/src/peer_connection/
H A Dcertificate.rs195 let values: Vec<String> = hashed.iter().map(|x| format! {"{x:02x}"}).collect(); in get_fingerprints() localVariable
199 value: values.join(":"), in get_fingerprints()
H A Dpeer_connection_test.rs348 .values() in test_get_stats()
362 .values() in test_get_stats()
/webrtc/dtls/examples/hub/src/
H A Dlib.rs81 for conn in conns.values() { in broadcast()
/webrtc/util/src/vnet/
H A Dconn_map.rs114 for conns in port_map.values() { in len()
/webrtc/dtls/src/fragment_buffer/
H A Dmod.rs130 .values() in size()
/webrtc/turn/src/allocation/allocation_manager/
H A Dallocation_manager_test.rs516 .values() in test_get_allocations_info_bytes_count()
535 .values() in test_get_allocations_info_bytes_count()
554 .values() in test_get_allocations_info_bytes_count()
/webrtc/webrtc/src/mux/
H A Dmod.rs128 for ep in eps.values() { in dispatch()
/webrtc/turn/src/allocation/
H A Dmod.rs216 for cb in channel_bindings.values() { in get_channel_number()
382 for cb in cbs.values() { in packet_handler()
H A Dallocation_manager.rs42 for a in allocations.values() { in close()
/webrtc/interceptor/src/report/sender/
H A Dmod.rs69 m.values().cloned().collect() in run()
/webrtc/interceptor/src/report/receiver/
H A Dmod.rs108 m.values().cloned().collect() in run()
/webrtc/webrtc/src/dtls_transport/
H A Dmod.rs550 let values: Vec<String> = hashed.iter().map(|x| format! {"{x:02x}"}).collect(); in validate_fingerprint() localVariable
551 let remote_value = values.join(":").to_lowercase(); in validate_fingerprint()
/webrtc/sctp/src/association/
H A Dassociation_internal.rs370 for c in self.reconfigs.values() { in gather_outbound_data_and_reconfig_packets()
968 self.reconfig_requests.values().cloned().collect(); in handle_peer_last_tsn_and_acknowledgement()
1006 for s in self.streams.values() { in get_my_receiver_window_credit()
1396 for n_bytes_acked in bytes_acked_per_stream.values() { in handle_sack()
/webrtc/webrtc/src/data_channel/
H A Ddata_channel_test.rs707 let mut values = vec![]; in test_data_channel_messages_are_ordered() localVariable
710 values.push(v); in test_data_channel_messages_are_ordered()
720 assert_eq!(values, expected); in test_data_channel_messages_are_ordered()
/webrtc/ice/src/agent/
H A Dmod.rs310 for candidates in local_candidates.values() { in get_local_candidates()