Searched refs:client_with_custom_rules (Results 1 – 1 of 1) sorted by relevance
4046 let mut alice = client_with_custom_rules(b"alice", mls_rules.clone()) in test_custom_proposal_mls_rules()4054 let kp = client_with_custom_rules(b"bob", mls_rules) in test_custom_proposal_mls_rules()4100 let mut alice = client_with_custom_rules(b"alice", mls_rules.clone()) in test_custom_proposal_by_value_in_external_join()4111 let commit = client_with_custom_rules(b"bob", mls_rules) in test_custom_proposal_by_value_in_external_join()4135 let mut alice = client_with_custom_rules(b"alice", mls_rules.clone()) in custom_proposal_by_ref_in_external_join()4149 let (_, commit) = client_with_custom_rules(b"bob", mls_rules) in custom_proposal_by_ref_in_external_join()4163 async fn client_with_custom_rules( in client_with_custom_rules() function