Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/tree_kem/
Dupdate_path.rs31 pub struct UpdatePath { struct
33 pub nodes: Vec<UpdatePathNode>, argument
46 path: UpdatePath, in validate_update_path()
134 async fn test_update_path(cipher_suite: CipherSuite, cred: &str) -> UpdatePath { in test_update_path()
Dkem.rs440 update_path: &UpdatePath, in verify_tree_update_path()
/aosp_15_r20/external/google-breakpad/src/client/linux/handler/
H A Dminidump_descriptor.cc86 void MinidumpDescriptor::UpdatePath() { in UpdatePath() function in google_breakpad::MinidumpDescriptor
/aosp_15_r20/external/cronet/components/metrics/structured/lib/
H A Dpersistent_proto_internal.cc156 void PersistentProtoInternal::UpdatePath(const base::FilePath& path, in UpdatePath() function in metrics::structured::internal::PersistentProtoInternal
H A Dpersistent_proto_unittest.cc314 TYPED_TEST(PersistentProtoTest, UpdatePath) { in TYPED_TEST() argument
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/
Dmessage_processor.rs617 path: Option<&UpdatePath>, in make_state_update()