Searched refs:client_with_custom_rules (Results 1 – 1 of 1) sorted by relevance
4030 let mut alice = client_with_custom_rules(b"alice", mls_rules.clone()) in test_custom_proposal_mls_rules()4038 let kp = client_with_custom_rules(b"bob", mls_rules) in test_custom_proposal_mls_rules()4084 let mut alice = client_with_custom_rules(b"alice", mls_rules.clone()) in test_custom_proposal_by_value_in_external_join()4095 let commit = client_with_custom_rules(b"bob", mls_rules) in test_custom_proposal_by_value_in_external_join()4119 let mut alice = client_with_custom_rules(b"alice", mls_rules.clone()) in custom_proposal_by_ref_in_external_join()4133 let (_, commit) = client_with_custom_rules(b"bob", mls_rules) in custom_proposal_by_ref_in_external_join()4147 async fn client_with_custom_rules( in client_with_custom_rules() function