Home
last modified time | relevance | path

Searched refs:ops (Results 1 – 25 of 27) sorted by relevance

12

/webrtc/webrtc/src/peer_connection/operation/
H A Doperation_test.rs8 let ops = Operations::new(); in test_operations_enqueue() localVariable
13 ops.enqueue(Operation::new( in test_operations_enqueue()
27 ops.done().await; in test_operations_enqueue()
43 let ops = Operations::new(); in test_operations_done() localVariable
44 ops.done().await; in test_operations_done()
/webrtc/util/src/sync/
H A Dmod.rs1 use std::{ops, sync};
30 impl<'a, T> ops::Deref for MutexGuard<'a, T> {
38 impl<'a, T> ops::DerefMut for MutexGuard<'a, T> {
75 impl<'a, T> ops::Deref for RwLockReadGuard<'a, T> {
87 impl<'a, T> ops::Deref for RwLockWriteGuard<'a, T> {
95 impl<'a, T> ops::DerefMut for RwLockWriteGuard<'a, T> {
/webrtc/dtls/src/crypto/
H A Dcrypto_cbc.rs12 use std::ops::Not;
/webrtc/constraints/src/settings/
H A Dtrack.rs4 ops::{Deref, DerefMut},
/webrtc/constraints/src/capabilities/
H A Dtrack.rs4 ops::{Deref, DerefMut},
/webrtc/constraints/src/constraints/
H A Dadvanced.rs3 ops::{Deref, DerefMut},
H A Dconstraint_set.rs3 ops::{Deref, DerefMut},
H A Dmandatory.rs3 ops::{Deref, DerefMut},
/webrtc/constraints/src/capability/
H A Dvalue_range.rs1 use std::ops::{RangeFrom, RangeInclusive, RangeToInclusive};
/webrtc/constraints/src/
H A Dsupported_constraints.rs4 ops::{Deref, DerefMut},
H A Dcapability.rs5 use std::ops::RangeInclusive;
H A Dconstraint.rs1 use std::ops::Deref;
/webrtc/stun/src/agent/
H A Dagent_test.rs4 use std::ops::Add;
/webrtc/webrtc/src/peer_connection/
H A Dmod.rs174 ops: Arc<Operations>, field
350 .ops in do_negotiation_needed()
388 if !params.ops.is_empty().await { in negotiation_needed_op()
1265 .ops in set_local_description()
1501 .ops in set_remote_description()
1552 .ops in set_remote_description()
1954 if let Err(err) = self.internal.ops.close().await { in close()
H A Dcertificate.rs6 use std::ops::Add;
H A Dpeer_connection_internal.rs34 pub(crate) ops: Arc<Operations>, field
84 ops: Arc::new(Operations::new()), in new()
554 ops: Arc::clone(&self.ops), in create_negotiation_needed_params()
/webrtc/util/src/vnet/
H A Dchunk.rs9 use std::ops::{BitAnd, BitOr};
H A Dnat.rs10 use std::ops::Add;
H A Drouter.rs17 use std::ops::{Add, Sub};
/webrtc/media/src/io/sample_builder/
H A Dmod.rs248 let is_different_timestamp = is_same_timestamp.map(std::ops::Not::not); in build_sample()
/webrtc/webrtc/src/rtp_transceiver/
H A Drtp_transceiver_test.rs305 offer_pc.internal.ops.done().await; in test_rtp_transceiver_set_direction_causing_negotiation()
/webrtc/ice/src/candidate/
H A Dcandidate_base.rs13 ops::Add,
/webrtc/stun/src/
H A Dclient.rs13 use std::ops::Add;
/webrtc/media/src/audio/
H A Dbuffer.rs6 ops::Range,
/webrtc/stun/benches/
H A Dbench.rs6 use std::ops::{Add, Sub};

12