Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tokio-stream/src/
Dstream_ext.rs55 mod try_next; module
185 fn try_next<T, E>(&mut self) -> TryNext<'_, Self> in try_next() method
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/stream/try_stream/
Dmod.rs72 mod try_next; module
404 fn try_next(&mut self) -> TryNext<'_, Self> in try_next() method
/aosp_15_r20/external/rust/android-crates-io/crates/const-oid/src/
Darcs.rs51 pub(crate) fn try_next(&mut self) -> Result<Option<Arc>> { in try_next() method
/aosp_15_r20/external/pcre/src/
H A Dpcre2_study.c973 BOOL try_next = TRUE; in set_start_bits() local
/aosp_15_r20/external/rust/android-crates-io/crates/futures-channel/src/mpsc/
Dmod.rs1000 pub fn try_next(&mut self) -> Result<Option<T>, TryRecvError> { in try_next() method
1168 pub fn try_next(&mut self) -> Result<Option<T>, TryRecvError> { in try_next() method
/aosp_15_r20/trusty/user/base/lib/storage/rust/src/
Dlib.rs934 fn try_next(&mut self) -> Result<Option<(String, FileState)>, Error> { in try_next() method