Searched defs:ProposalRef (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/ |
D | proposal_ref.rs | 18 pub struct ProposalRef(HashReference); struct 20 impl Deref for ProposalRef { implementation 29 impl ProposalRef { impl 54 impl ProposalRef { implementation
|
D | proposal_cache.rs | 107 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/ |
D | bundle.rs | 575 pub fn proposal_ref(&self) -> Option<&ProposalRef> { in proposal_ref()
|