Home
last modified time | relevance | path

Searched defs:ProposalType (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs-core/src/group/
Dproposal_type.rs19 pub struct ProposalType(u16); struct
21 impl ProposalType { implementation
22 pub const fn new(value: u16) -> ProposalType { in new()
37 impl From<u16> for ProposalType { implementation
43 impl Deref for ProposalType { implementation
51 impl ProposalType { implementation
Droster.rs56 pub fn proposals(&self) -> &[ProposalType] { in proposals()
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/
Dproposal.rs266 pub fn new(proposal_type: ProposalType, data: Vec<u8>) -> Self { in new()
274 pub fn proposal_type(&self) -> ProposalType { in proposal_type()
417 pub fn proposal_type(&self) -> ProposalType { in proposal_type()
471 pub fn proposal_type(&self) -> ProposalType { in proposal_type()
Dproposal_cache.rs708 proposal_types: Vec<ProposalType>, in new_tree_custom_proposals()
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/external_client/
Dbuilder.rs142 type_: ProposalType, in custom_proposal_type()
385 fn supported_custom_proposals(&self) -> Vec<ProposalType> { in supported_custom_proposals()
432 fn supported_custom_proposals(&self) -> Vec<ProposalType> { in supported_custom_proposals()
Dconfig.rs23 fn supported_custom_proposals(&self) -> Vec<ProposalType>; in supported_custom_proposals()
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/extension/
Dbuilt_in.rs125 proposals: Vec<ProposalType>, in new()
143 pub fn proposals(&self) -> &[ProposalType] { in proposals()
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/
Dclient_config.rs28 fn supported_custom_proposals(&self) -> Vec<ProposalType>; in supported_custom_proposals()
Dclient_builder.rs763 fn supported_custom_proposals(&self) -> Vec<crate::group::proposal::ProposalType> { in supported_custom_proposals()
811 fn supported_custom_proposals(&self) -> Vec<ProposalType> { in supported_custom_proposals()
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/proposal_filter/
Dfiltering.rs431 proposal_type: ProposalType, in proposer_can_propose()