Home
last modified time | relevance | path

Searched refs:validate (Results 1 – 20 of 20) sorted by relevance

/webrtc/turn/src/server/
H A Dconfig.rs22 pub fn validate(&self) -> Result<()> { in validate() method
23 self.relay_addr_generator.validate() in validate()
47 pub fn validate(&self) -> Result<()> { in validate() method
53 cc.validate()?; in validate()
H A Dmod.rs41 config.validate()?; in new()
/webrtc/constraints/src/algorithms/fitness_distance/value_range_constraint/
H A Dtests.rs43 validate: |result| {
56 validate: |$a:ident| $b:block
64 validate: |$a| $b
80 validate: |result| {
88 validate: |$a:ident| $b:block
118 validate: |actual, expected| {
131 validate: |$ai:ident, $ei:ident| $b:block
/webrtc/constraints/src/algorithms/fitness_distance/value_sequence_constraint/
H A Dtests.rs43 validate: |result| {
56 validate: |$a:ident| $b:block
64 validate: |$a| $b
80 validate: |result| {
88 validate: |$a:ident| $b:block
118 validate: |actual, expected| {
131 validate: |$ai:ident, $ei:ident| $b:block
/webrtc/constraints/src/algorithms/fitness_distance/value_constraint/
H A Dtests.rs43 validate: |result| {
56 validate: |$a:ident| $b:block
64 validate: |$a| $b
80 validate: |result| {
88 validate: |$a:ident| $b:block
118 validate: |actual, expected| {
131 validate: |$ai:ident, $ei:ident| $b:block
/webrtc/rtcp/src/compound_packet/
H A Dmod.rs87 self.validate()?; in marshal_to()
112 c.validate()?; in unmarshal()
120 pub fn validate(&self) -> Result<()> { in validate() method
H A Dcompound_packet_test.rs56 match compound.validate() { in test_bad_compound()
161 let result = packet.validate(); in test_valid_packet()
248 let err = compound_packet.validate(); in test_cname()
/webrtc/turn/src/relay/
H A Dmod.rs18 fn validate(&self) -> Result<()>; in validate() method
H A Drelay_none.rs17 fn validate(&self) -> Result<()> { in validate() method
H A Drelay_static.rs23 fn validate(&self) -> Result<()> { in validate() method
H A Drelay_range.rs31 fn validate(&self) -> Result<()> { in validate() method
/webrtc/constraints/src/algorithms/fitness_distance/value_constraint/tests/
H A Df64.rs66 validate: |actual, expected| { in i64_setting()
101 validate: |actual, expected| { in f64_setting()
H A Du64.rs66 validate: |actual, expected| { in i64_setting()
101 validate: |actual, expected| { in f64_setting()
/webrtc/constraints/src/algorithms/fitness_distance/value_sequence_constraint/tests/
H A Df64.rs68 validate: |actual, expected| { in i64_setting()
103 validate: |actual, expected| { in f64_setting()
H A Du64.rs68 validate: |actual, expected| { in i64_setting()
103 validate: |actual, expected| { in f64_setting()
/webrtc/constraints/src/algorithms/fitness_distance/value_range_constraint/tests/
H A Du64.rs92 validate: |actual, expected| { in i64_setting()
133 validate: |actual, expected| { in f64_setting()
H A Df64.rs92 validate: |actual, expected| { in i64_setting()
133 validate: |actual, expected| { in f64_setting()
/webrtc/webrtc/src/ice_transport/
H A Dice_server.rs19 pub(crate) fn validate(&self) -> Result<()> { in validate() method
/webrtc/webrtc/src/api/media_engine/
H A Dmedia_engine_test.rs637 async fn validate(m: &MediaEngine) -> Result<()> { in validate() function
681 validate(&m).await?; in test_update_header_extenstion_to_cloned_media_engine()
682 validate(&m.clone_to()).await?; in test_update_header_extenstion_to_cloned_media_engine()
/webrtc/webrtc/src/peer_connection/
H A Dmod.rs267 server.validate()?; in init_configuration()