| /external/rust/crates/crossbeam-channel/tests/ | 
| D | never.rs | 73 fn try_recv() {  in try_recv()  function
 | 
| D | tick.rs | 100 fn try_recv() {  in try_recv()  function
 | 
| D | after.rs | 78 fn try_recv() {  in try_recv()  function
 | 
| D | zero.rs | 59 fn try_recv() {  in try_recv()  function
 | 
| D | list.rs | 71 fn try_recv() {  in try_recv()  function
 | 
| D | array.rs | 81 fn try_recv() {  in try_recv()  function
 | 
| D | select_macro.rs | 1245 fn try_recv() {  in try_recv()  function
 | 
| D | mpsc.rs | 84     pub fn try_recv(&self) -> Result<T, TryRecvError> {  in try_recv()  method
 | 
| D | golang.rs | 65     fn try_recv(&self) -> Option<T> {  in try_recv()  method
 | 
| /external/rust/crates/tokio/src/sync/mpsc/ | 
| D | chan.rs | 251             macro_rules! try_recv {  in recv()  macro294     pub(crate) fn try_recv(&mut self) -> Result<T, TryRecvError> {  in try_recv()  method
 300             macro_rules! try_recv {  in try_recv()  macro
 
 | 
| D | unbounded.rs | 215     pub fn try_recv(&mut self) -> Result<T, TryRecvError> {  in try_recv()  method
 | 
| D | bounded.rs | 273     pub fn try_recv(&mut self) -> Result<T, TryRecvError> {  in try_recv()  method
 | 
| /external/rust/crates/futures-channel/src/ | 
| D | oneshot.rs | 241     fn try_recv(&self) -> Result<Option<T>, Canceled> {  in try_recv()  method450     pub fn try_recv(&mut self) -> Result<Option<T>, Canceled> {  in try_recv()  method
 
 | 
| /external/rust/crates/tokio/src/sync/tests/ | 
| D | loom_mpsc.rs | 137 fn try_recv() {  in try_recv()  function
 | 
| /external/rust/crates/crossbeam-channel/src/flavors/ | 
| D | never.rs | 32     pub(crate) fn try_recv(&self) -> Result<T, TryRecvError> {  in try_recv()  method
 | 
| D | at.rs | 38     pub(crate) fn try_recv(&self) -> Result<Instant, TryRecvError> {  in try_recv()  method
 | 
| D | tick.rs | 38     pub(crate) fn try_recv(&self) -> Result<Instant, TryRecvError> {  in try_recv()  method
 | 
| D | zero.rs | 276     pub(crate) fn try_recv(&self) -> Result<T, TryRecvError> {  in try_recv()  method
 | 
| D | array.rs | 385     pub(crate) fn try_recv(&self) -> Result<T, TryRecvError> {  in try_recv()  method
 | 
| D | list.rs | 432     pub(crate) fn try_recv(&self) -> Result<T, TryRecvError> {  in try_recv()  method
 | 
| /external/rust/crates/tokio/src/net/unix/datagram/ | 
| D | socket.rs | 800     pub fn try_recv(&self, buf: &mut [u8]) -> io::Result<usize> {  in try_recv()  method
 | 
| /external/rust/crates/tokio/src/net/ | 
| D | udp.rs | 875     pub fn try_recv(&self, buf: &mut [u8]) -> io::Result<usize> {  in try_recv()  method
 | 
| /external/rust/crates/tokio/src/sync/ | 
| D | oneshot.rs | 994     pub fn try_recv(&mut self) -> Result<T, TryRecvError> {  in try_recv()  method
 | 
| D | broadcast.rs | 1105     pub fn try_recv(&mut self) -> Result<T, TryRecvError> {  in try_recv()  method
 | 
| /external/rust/crates/crossbeam-channel/src/ | 
| D | channel.rs | 759     pub fn try_recv(&self) -> Result<T, TryRecvError> {  in try_recv()  method
 |