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/ |
D | filtering_common.rs | 64 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()
|
D | filtering_lite.rs | 54 ) -> Result<ApplyProposalsOutput, MlsError> { in apply_proposals_from_member() 73 ) -> Result<ApplyProposalsOutput, MlsError> { in apply_proposal_changes() 92 ) -> Result<ApplyProposalsOutput, MlsError> { in apply_tree_changes()
|
D | filtering.rs | 61 ) -> Result<ApplyProposalsOutput, MlsError> { in apply_proposals_from_member() 109 ) -> Result<ApplyProposalsOutput, MlsError> { in apply_proposal_changes() 134 ) -> Result<ApplyProposalsOutput, MlsError> { in apply_tree_changes()
|