Home
last modified time | relevance | path

Searched defs:InMemoryGroupStateStorage (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/storage_provider/in_memory/
Dgroup_state_storage.rs103 pub struct InMemoryGroupStateStorage { struct
111 impl Debug for InMemoryGroupStateStorage { implementation
131 impl InMemoryGroupStateStorage { implementation
172 impl Default for InMemoryGroupStateStorage { implementation
180 impl GroupStateStorage for InMemoryGroupStateStorage { implementation
245 impl InMemoryGroupStateStorage { implementation
251 fn test_storage(retention_limit: usize) -> Result<InMemoryGroupStateStorage, MlsError> { in test_storage()
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/
Dstate_repo.rs261 ) -> GroupStateRepository<InMemoryGroupStateStorage, InMemoryKeyPackageStorage> { in test_group_state_repo()