Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tokio/tests/
Dsync_watch.rs270 fn borrow_and_update() { in borrow_and_update() function
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/sync/
Dwatch.rs625 pub fn borrow_and_update(&mut self) -> Ref<'_, T> { in borrow_and_update() method