Home
last modified time | relevance | path

Searched refs:with_allow_external_commit (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/
Dmls_rules.rs80 pub fn with_allow_external_commit(self, allow_external_commit: bool) -> Self { in with_allow_external_commit() method
Dcommit.rs1347 .with_allow_external_commit(true) in commit_includes_external_commit_group_info_if_requested()
1375 .with_allow_external_commit(true) in commit_includes_external_commit_and_tree_if_requested()
1401 Some(CommitOptions::new().with_allow_external_commit(false)), in commit_does_not_include_external_commit_group_info_if_not_requested()
Dmod.rs2449 .with_allow_external_commit(true) in external_commit_via_commit_options_round_trip()
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/tests/
Dclient_tests.rs830 Some(CommitOptions::new().with_allow_external_commit(true)), in external_info_from_commit_allows_to_join()