Searched defs:CachedProposal (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/ |
D | message_processor.rs | 366 pub struct CachedProposal { struct 373 impl CachedProposal { argument 387 pub fn cached_proposal(self) -> CachedProposal { in cached_proposal()
|
D | proposal_cache.rs | 43 pub struct CachedProposal { struct 54 pub(crate) proposals: HashMap<ProposalRef, CachedProposal>, argument 86 #[cfg(feature = "std")] proposals: HashMap<ProposalRef, CachedProposal>, in import() argument 87 #[cfg(not(feature = "std"))] proposals: Vec<(ProposalRef, CachedProposal)>, in import() argument 317 T: IntoIterator<Item = (ProposalRef, CachedProposal)>, in extend() argument 371 impl CachedProposal { implementation 874 ) -> Vec<(ProposalRef, CachedProposal)> { in filter_proposals() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/proposal_filter/ |
D | bundle.rs | 455 I: IntoIterator<Item = (&'a ProposalRef, &'a CachedProposal)>, in from_iter() 473 I: IntoIterator<Item = &'a (ProposalRef, CachedProposal)>, in from_iter() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/external_client/ |
D | group.rs | 226 pub fn insert_proposal(&mut self, proposal: CachedProposal) { in insert_proposal()
|