Home
last modified time | relevance | path

Searched defs:ProposalCache (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/
Dproposal_cache.rs50 pub(crate) struct ProposalCache { struct
60 impl Debug for ProposalCache { argument
74 impl ProposalCache { implementation
314 impl Extend<(ProposalRef, CachedProposal)> for ProposalCache { implementation
521 impl ProposalCache { implementation
919 async fn test_proposal_cache_setup(proposals: Vec<AuthenticatedContent>) -> ProposalCache { in test_proposal_cache_setup()