Home
last modified time | relevance | path

Searched refs:allow_external_commit (Results 1 – 2 of 2) sorted by relevance

/external/rust/android-crates-io/crates/mls-rs/src/group/
Dmls_rules.rs40 pub allow_external_commit: bool, field
49 allow_external_commit: false, in default()
80 pub fn with_allow_external_commit(self, allow_external_commit: bool) -> Self { in with_allow_external_commit()
82 allow_external_commit, in with_allow_external_commit()
Dcommit.rs611 let external_commit_group_info = match commit_options.allow_external_commit { in commit_internal()