Home
last modified time | relevance | path

Searched refs:is_set (Results 1 – 2 of 2) sorted by relevance

/webrtc/ice/src/use_candidate/
H A Duse_candidate_test.rs9 assert!(!UseCandidateAttr::is_set(&m), "should not be set"); in test_use_candidate_attr_add_to()
16 assert!(UseCandidateAttr::is_set(&m1), "should be set"); in test_use_candidate_attr_add_to()
H A Dmod.rs27 pub fn is_set(m: &Message) -> bool { in is_set() method