Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/examples/
Dbasic_server_usage.rs35 group_state: Vec<u8>, field
59 let group_state = ExternalSnapshot::from_bytes(&self.group_state)?; in upload_proposal() localVariable
81 let group_state = ExternalSnapshot::from_bytes(&self.group_state)?; in upload_commit() localVariable
/aosp_15_r20/bionic/libc/bionic/
H A Dgrp_pwd_file.cpp342 bool GroupFile::FindById(gid_t id, group_state_t* group_state) { in FindById()
348 bool GroupFile::FindByName(const char* name, group_state_t* group_state) { in FindByName()
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/
Dmessage_processor.rs593 let group_state = self.group_state_mut(); in process_proposal() localVariable
739 let group_state = self.group_state(); in process_commit() localVariable
862 fn group_state(&self) -> &GroupState; in group_state() method
Dstate_repo_light.rs49 let group_state = GroupState { in write_to_storage() localVariable
Dciphertext_processor.rs49 group_state: &'a mut GS, field
Dstate_repo.rs210 let group_state = GroupState { in write_to_storage() localVariable
Dtest_utils.rs441 fn group_state(&self) -> &GroupState { in group_state() method
Dmod.rs1811 fn group_state(&self) -> &GroupState { in group_state() function
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs-core/src/
Dgroup.rs5 mod group_state; module
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/external_client/
Dgroup.rs478 pub(crate) fn group_state(&self) -> &GroupState { in group_state() method
633 fn group_state(&self) -> &GroupState { in group_state() function
/aosp_15_r20/packages/modules/Bluetooth/system/bta/le_audio/
Dle_audio_client_test.cc868 auto group_state = group->GetState(); in SetUpMockGroups() local
1041 auto group_state = group->GetState(); in SetUpMockGroups() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/spmd/
H A Dspmd_partitioner.cc2227 auto group_state = CreatePerGroupPartitioningState( in Preprocess() local