Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/storage_provider/in_memory/
Dgroup_state_storage.rs38 pub(crate) struct InMemoryGroupData { struct
43 impl Debug for InMemoryGroupData { argument
55 impl InMemoryGroupData { impl
56 pub fn new(state_data: Vec<u8>) -> InMemoryGroupData { in new()
162 fn lock(&self) -> std::sync::MutexGuard<'_, HashMap<Vec<u8>, InMemoryGroupData>> { in lock() argument
167 fn lock(&self) -> spin::mutex::MutexGuard<'_, BTreeMap<Vec<u8>, InMemoryGroupData>> { in lock() argument
246 fn test_data(&self) -> InMemoryGroupData { in test_data()