Home
last modified time | relevance | path

Searched defs:is_terminated (Results 1 – 25 of 100) sorted by relevance

1234

/aosp_15_r20/external/rust/android-crates-io/crates/futures-core/src/
Dfuture.rs39 fn is_terminated(&self) -> bool; in is_terminated() method
43 fn is_terminated(&self) -> bool { in is_terminated() method
53 fn is_terminated(&self) -> bool { in is_terminated() function
102 fn is_terminated(&self) -> bool { in is_terminated() method
109 fn is_terminated(&self) -> bool { in is_terminated() method
Dstream.rs148 fn is_terminated(&self) -> bool; in is_terminated() method
152 fn is_terminated(&self) -> bool { in is_terminated() method
162 fn is_terminated(&self) -> bool { in is_terminated() function
241 fn is_terminated(&self) -> bool { in is_terminated() method
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/stream/stream/
Dpeek.rs190 fn is_terminated(&self) -> bool { in is_terminated() method
248 fn is_terminated(&self) -> bool { in is_terminated() method
290 fn is_terminated(&self) -> bool { in is_terminated() method
337 fn is_terminated(&self) -> bool { in is_terminated() function
400 fn is_terminated(&self) -> bool { in is_terminated() function
Dconcat.rs59 fn is_terminated(&self) -> bool { in is_terminated() function
Dselect_next_some.rs23 fn is_terminated(&self) -> bool { in is_terminated() method
Dforward.rs35 fn is_terminated(&self) -> bool { in is_terminated() function
Dcollect.rs35 fn is_terminated(&self) -> bool { in is_terminated() function
Dflatten.rs34 fn is_terminated(&self) -> bool { in is_terminated() function
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/future/try_future/
Dtry_flatten.rs31 fn is_terminated(&self) -> bool { in is_terminated() function
72 fn is_terminated(&self) -> bool { in is_terminated() function
Dinto_future.rs24 fn is_terminated(&self) -> bool { in is_terminated() method
Dtry_flatten_err.rs28 fn is_terminated(&self) -> bool { in is_terminated() function
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/future/future/
Dflatten.rs31 fn is_terminated(&self) -> bool { in is_terminated() function
69 fn is_terminated(&self) -> bool { in is_terminated() function
Dmap.rs37 fn is_terminated(&self) -> bool { in is_terminated() function
Dfuse.rs74 fn is_terminated(&self) -> bool { in is_terminated() method
/aosp_15_r20/external/rust/android-crates-io/crates/futures-test/src/
Dassert_unmoved.rs55 fn is_terminated(&self) -> bool { in is_terminated() method
69 fn is_terminated(&self) -> bool { in is_terminated() method
Dinterleave_pending.rs86 fn is_terminated(&self) -> bool { in is_terminated() method
104 fn is_terminated(&self) -> bool { in is_terminated() method
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/future/
Deither.rs119 fn is_terminated(&self) -> bool { in is_terminated() function
154 fn is_terminated(&self) -> bool { in is_terminated() function
Doption.rs52 fn is_terminated(&self) -> bool { in is_terminated() method
Dlazy.rs46 fn is_terminated(&self) -> bool { in is_terminated() function
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/stream/futures_unordered/
Dmod.rs61 is_terminated: AtomicBool, field
660 fn is_terminated(&self) -> bool { in is_terminated() method
/aosp_15_r20/external/rust/android-crates-io/crates/futures/tests/
Dstream_select_next_some.rs10 fn is_terminated() { in is_terminated() function
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/sink/
Derr_into.rs54 fn is_terminated(&self) -> bool { in is_terminated() function
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/stream/try_stream/
Dtry_collect.rs31 fn is_terminated(&self) -> bool { in is_terminated() function
Dtry_flatten.rs43 fn is_terminated(&self) -> bool { in is_terminated() function
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/stream/
Dpoll_immediate.rs48 fn is_terminated(&self) -> bool { in is_terminated() method

1234