Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/
Dproposal.rs114 pub struct RemoveProposal { struct
118 impl RemoveProposal { implementation
126 impl From<u32> for RemoveProposal { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/proposal_filter/
Dfiltering_common.rs537 removal: &RemoveProposal, in ensure_removal_is_for_self()
Dbundle.rs348 pub fn remove_proposals(&self) -> &[ProposalInfo<RemoveProposal>] { in remove_proposals()