Searched defs:custom_proposal (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/ |
D | proposal_cache.rs | 3668 let custom_proposal = Proposal::Custom(CustomProposal::new(ProposalType::new(42), vec![])); in sending_custom_proposal_with_member_not_supporting_proposal_type_fails() localVariable 3688 let custom_proposal = Proposal::Custom(CustomProposal::new(ProposalType::new(42), vec![])); in sending_custom_proposal_with_member_not_supporting_filters_it_out() localVariable 3714 let custom_proposal = Proposal::Custom(CustomProposal::new(ProposalType::new(42), vec![])); in receiving_custom_proposal_with_member_not_supporting_fails() localVariable
|
D | commit.rs | 288 pub fn custom_proposal(mut self, proposal: CustomProposal) -> Self { in custom_proposal() function
|
D | mod.rs | 3769 let custom_proposal = CustomProposal::new(TEST_CUSTOM_PROPOSAL_TYPE, vec![0, 1, 2]); in custom_proposal_by_value() localVariable 3795 let custom_proposal = CustomProposal::new(TEST_CUSTOM_PROPOSAL_TYPE, vec![0, 1, 2]); in custom_proposal_by_reference() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/ |
D | Cargo.toml | 237 custom_proposal = [] qkey
|