Searched refs:filter_proposals (Results 1 – 4 of 4) sorted by relevance
/external/rust/android-crates-io/crates/mls-rs/src/group/ |
D | mls_rules.rs | 141 async fn filter_proposals( in filter_proposals() method 183 async fn filter_proposals( 192 .filter_proposals(direction, source, current_roster, extension_list, proposals) 256 async fn filter_proposals( in filter_proposals() method
|
D | proposal_cache.rs | 290 .filter_proposals(direction, origin, &roster, group_extensions, proposals) in apply_resolved() 914 async fn filter_proposals( in filter_proposals() function 964 cache.extend(filter_proposals(TEST_CIPHER_SUITE, proposals).await); in test_proposal_cache_setup() 1182 cache.extend(filter_proposals(TEST_CIPHER_SUITE, test_proposals.clone()).await); in test_proposal_cache_filter_duplicates_insert() 1226 cache.extend(filter_proposals(TEST_CIPHER_SUITE, additional).await); in test_proposal_cache_filter_duplicates_additional() 3916 async fn filter_proposals( in user_defined_filter_can_remove_proposals() method 3968 async fn filter_proposals( in filter_proposals() method 4009 async fn filter_proposals( in filter_proposals() method
|
D | mod.rs | 4217 async fn filter_proposals( in filter_proposals() method
|
/external/rust/android-crates-io/crates/mls-rs/examples/ |
D | custom.rs | 126 fn filter_proposals( in filter_proposals() method
|