Home
last modified time | relevance | path

Searched refs:filter_proposals (Results 1 – 4 of 4) sorted by relevance

/external/rust/android-crates-io/crates/mls-rs/src/group/
Dmls_rules.rs141 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
Dproposal_cache.rs290 .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
Dmod.rs4217 async fn filter_proposals( in filter_proposals() method
/external/rust/android-crates-io/crates/mls-rs/examples/
Dcustom.rs126 fn filter_proposals( in filter_proposals() method