Home
last modified time | relevance | path

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

/external/rust/crates/mls-rs-uniffi/tests/
Dcustom_storage_sync.py8 class GroupStateData: class
/external/rust/crates/mls-rs-uniffi/src/
Dlib.rs782 struct GroupStateData { in test_simple_scenario() struct
783 state: Vec<u8>, in test_simple_scenario()
784 epoch_data: Vec<EpochRecord>, in test_simple_scenario()
799 fn lock(&self) -> std::sync::MutexGuard<'_, HashMap<Vec<u8>, GroupStateData>> { in test_simple_scenario() argument