Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/futures-channel/src/mpsc/
Dmod.rs457 fn same_receiver(&self, other: &Self) -> bool { in same_receiver() method
626 fn same_receiver(&self, other: &Self) -> bool { in same_receiver() method
739 pub fn same_receiver(&self, other: &Self) -> bool { in same_receiver() method
820 pub fn same_receiver(&self, other: &Self) -> bool { in same_receiver() method
/aosp_15_r20/external/rust/android-crates-io/crates/futures-channel/tests/
Dmpsc.rs516 fn same_receiver() { in same_receiver() function