Home
last modified time | relevance | path

Searched defs:CustomProposal (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/
Dproposal.rs240 pub struct CustomProposal { struct
247 impl Debug for CustomProposal { argument
258 impl CustomProposal { implementation
290 fn to_custom_proposal(&self) -> Result<CustomProposal, mls_rs_codec::Error> { in to_custom_proposal()
Dframing.rs474 pub fn custom_proposals_by_value(&self) -> Vec<&CustomProposal> { in custom_proposals_by_value()
527 fn find_custom_proposals(commit: &Commit) -> Vec<&CustomProposal> { in find_custom_proposals()
Dmessage_processor.rs160 pub fn custom_proposals(&self) -> &[ProposalInfo<CustomProposal>] { in custom_proposals()
Dmod.rs1096 proposal: CustomProposal, in propose_custom()
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/proposal_filter/
Dbundle.rs375 pub fn custom_proposals(&self) -> &[ProposalInfo<CustomProposal>] { in custom_proposals()
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/external_client/
Dgroup.rs410 proposal: CustomProposal, in propose_custom()