Home
last modified time | relevance | path

Searched defs:write_to_storage (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/
Dstate_repo_light.rs48 pub async fn write_to_storage(&mut self, group_snapshot: Snapshot) -> Result<(), MlsError> { in write_to_storage() function
Dsnapshot.rs155 pub async fn write_to_storage(&mut self) -> Result<(), MlsError> { in write_to_storage() function
Dstate_repo.rs195 pub async fn write_to_storage(&mut self, group_snapshot: Snapshot) -> Result<(), MlsError> { in write_to_storage() function