Searched refs:is_set (Results 1 – 2 of 2) sorted by relevance
9 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()
27 pub fn is_set(m: &Message) -> bool { in is_set() method