Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/
Dproposal_ref.rs18 pub struct ProposalRef(HashReference); struct
20 impl Deref for ProposalRef { implementation
29 impl ProposalRef { impl
54 impl ProposalRef { implementation
Dproposal_cache.rs107 pub fn insert(&mut self, proposal_ref: ProposalRef, proposal: Proposal, sender: Sender) { in insert()
483 pub fn cache<S>(mut self, r: ProposalRef, p: Proposal, proposer: S) -> Self in cache()
874 ) -> Vec<(ProposalRef, CachedProposal)> { in filter_proposals()
1931 fn cache<S>(mut self, r: ProposalRef, p: Proposal, proposer: S) -> Self in cache()
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/proposal_filter/
Dbundle.rs575 pub fn proposal_ref(&self) -> Option<&ProposalRef> { in proposal_ref()