Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs-core/src/group/
Dgroup_state.rs106 async fn max_epoch_id(&self, group_id: &[u8]) -> Result<Option<u64>, Self::Error>; in max_epoch_id() method
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/storage_provider/in_memory/
Dgroup_state_storage.rs183 async fn max_epoch_id(&self, group_id: &[u8]) -> Result<Option<u64>, Self::Error> { in max_epoch_id() method