Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/proposal_filter/
Dfiltering_common.rs64 pub(crate) struct ApplyProposalsOutput { struct
65 pub(crate) new_tree: TreeKemPublic,
66 pub(crate) indexes_of_added_kpkgs: Vec<LeafIndex>,
67 pub(crate) external_init_index: Option<LeafIndex>,
69 pub(crate) applied_proposals: ProposalBundle,
70 pub(crate) new_context_extensions: Option<ExtensionList>,
111 ) -> Result<ApplyProposalsOutput, MlsError> { in apply_proposals()
157 ) -> Result<ApplyProposalsOutput, MlsError> { in apply_proposals_from_new_member()
221 ) -> Result<ApplyProposalsOutput, MlsError> in apply_proposals_with_new_capabilities()
Dfiltering_lite.rs54 ) -> Result<ApplyProposalsOutput, MlsError> { in apply_proposals_from_member()
73 ) -> Result<ApplyProposalsOutput, MlsError> { in apply_proposal_changes()
92 ) -> Result<ApplyProposalsOutput, MlsError> { in apply_tree_changes()
Dfiltering.rs61 ) -> Result<ApplyProposalsOutput, MlsError> { in apply_proposals_from_member()
109 ) -> Result<ApplyProposalsOutput, MlsError> { in apply_proposal_changes()
134 ) -> Result<ApplyProposalsOutput, MlsError> { in apply_tree_changes()